We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3859f0d + 12d950f commit 24e2f0dCopy full SHA for 24e2f0d
cookbook/console/logging.rst
@@ -171,7 +171,7 @@ Then implement the actual listener::
171
In the code above, when any command throws an exception, the listener will
172
receive an event. You can simply log it by passing the logger service via the
173
service configuration. Your method receives a
174
-:class:`Symfony\\Component\\Console\\Event\\ConsoleExceptionEvent`` object,
+:class:`Symfony\\Component\\Console\\Event\\ConsoleExceptionEvent` object,
175
which has methods to get information about the event and the exception.
176
177
Logging non-0 exit statuses
0 commit comments