File tree Expand file tree <
8000
svg aria-hidden="true" focusable="false" class="octicon octicon-sidebar-expand" viewBox="0 0 16 16" width="16" height="16" fill="currentColor" display="inline-block" overflow="visible" style="vertical-align:text-bottom"> Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -94,17 +94,6 @@ event listeners, the ``ConsoleEvents::ERROR`` event is dispatched. A listener
94
94
can wrap or change the exception or do anything useful before the exception is
95
95
thrown by the application.
96
96
97
- The ``ConsoleEvents::ERROR `` Event
98
- ----------------------------------
99
-
100
- **Typical Purposes **: Handle exceptions thrown during the execution of a
101
- command.
102
-
103
- Whenever an exception is thrown by a command, including those triggered from
104
- event listeners, the ``ConsoleEvents::ERROR `` event is dispatched. A listener
105
- can wrap or change the exception or do anything useful before the exception is
106
- thrown by the application.
107
-
108
97
Listeners receive a
109
98
:class: `Symfony\\ Component\\ Console\\ Event\\ ConsoleErrorEvent ` event::
110
99
You can’t perform that action at this time.
0 commit comments