From 12d950fc2e10b4fb1c63d50794f81d10d6c5a3d5 Mon Sep 17 00:00:00 2001 From: Andrew M Date: Fri, 27 Dec 2013 20:36:31 +0200 Subject: [PATCH] Fix a typo in class url --- cookbook/console/logging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/console/logging.rst b/cookbook/console/logging.rst index b4c9ea9f872..e592c1cec9e 100644 --- a/cookbook/console/logging.rst +++ b/cookbook/console/logging.rst @@ -170,7 +170,7 @@ Then implement the actual listener:: In the code above, when any command throws an exception, the listener will receive an event. You can simply log it by passing the logger service via the service configuration. Your method receives a -:class:`Symfony\\Component\\Console\\Event\\ConsoleExceptionEvent`` object, +:class:`Symfony\\Component\\Console\\Event\\ConsoleExceptionEvent` object, which has methods to get information about the event and the exception. Logging non-0 exit statuses