From 75a5348e7f400a3d7390047366f8910a44774f62 Mon Sep 17 00:00:00 2001 From: Artem Henvald Date: Thu, 3 Jan 2019 17:01:35 +0200 Subject: [PATCH] Fix duplicated text --- components/console/events.rst | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/components/console/events.rst b/components/console/events.rst index a04e26cbbe1..c87f2eea06f 100644 --- a/components/console/events.rst +++ b/components/console/events.rst @@ -94,17 +94,6 @@ event listeners, the ``ConsoleEvents::ERROR`` event is dispatched. A listener can wrap or change the exception or do anything useful before the exception is thrown by the application. -The ``ConsoleEvents::ERROR`` Event ----------------------------------- - -**Typical Purposes**: Handle exceptions thrown during the execution of a -command. - -Whenever an exception is thrown by a command, including those triggered from -event listeners, the ``ConsoleEvents::ERROR`` event is dispatched. A listener -can wrap or change the exception or do anything useful before the exception is -thrown by the application. - Listeners receive a :class:`Symfony\\Component\\Console\\Event\\ConsoleErrorEvent` event::