8000 Fix duplicated text · symfony/symfony-docs@75a5348 · GitHub
[go: up one dir, main page]

Skip to content

Commit 75a5348

Browse files
committed
Fix duplicated text
1 parent 0f94f96 commit 75a5348

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

components/console/events.rst

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -94,17 +94,6 @@ event listeners, the ``ConsoleEvents::ERROR`` event is dispatched. A listener
9494
can wrap or change the exception or do anything useful before the exception is
9595
thrown by the application.
9696

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-
10897
Listeners receive a
10998
:class:`Symfony\\Component\\Console\\Event\\ConsoleErrorEvent` event::
11099

0 commit comments

Comments
 (0)
0