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.
1 parent 5194403 commit 12d950fCopy full SHA for 12d950f
cookbook/console/logging.rst
@@ -170,7 +170,7 @@ Then implement the actual listener::
170
In the code above, when any command throws an exception, the listener will
171
receive an event. You can simply log it by passing the logger service via the
172
service configuration. Your method receives a
173
-:class:`Symfony\\Component\\Console\\Event\\ConsoleExceptionEvent`` object,
+:class:`Symfony\\Component\\Console\\Event\\ConsoleExceptionEvent` object,
174
which has methods to get information about the event and the exception.
175
176
Logging non-0 exit statuses
0 commit comments