Skip to content

Commit 12d950f

Browse files
committed
Fix a typo in class url
1 parent 5194403 commit 12d950f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/console/logging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Then implement the actual listener::
170170
In the code above, when any command throws an exception, the listener will
171171
receive an event. You can simply log it by passing the logger service via the
172172
service configuration. Your method receives a
173-
:class:`Symfony\\Component\\Console\\Event\\ConsoleExceptionEvent`` object,
173+
:class:`Symfony\\Component\\Console\\Event\\ConsoleExceptionEvent` object,
174174
which has methods to get information about the event and the exception.
175175

176176
Logging non-0 exit statuses

0 commit comments

Comments
 (0)