From 5575d93f82e317ecfb9ca2b6b5b46f70af0ea9b9 Mon Sep 17 00:00:00 2001 From: Julien Falque Date: Wed, 1 Jun 2016 15:10:41 +0200 Subject: [PATCH] Fix console.exception and console.terminate order --- components/console/events.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/console/events.rst b/components/console/events.rst index 25cd54e882a..164a3ea2c69 100644 --- a/components/console/events.rst +++ b/components/console/events.rst @@ -91,7 +91,7 @@ Listeners receive a .. tip:: This event is also dispatched when an exception is thrown by the command. - It is then dispatched just before the ``ConsoleEvents::EXCEPTION`` event. + It is then dispatched just after the ``ConsoleEvents::EXCEPTION`` event. The exit code received in this case is the exception code. The ``ConsoleEvents::EXCEPTION`` Event