8000 event constant mistake · weaverryan/symfony-docs@e7c2e1a · GitHub
[go: up one dir, main page]

Skip to content

Commit e7c2e1a

Browse files
vurasjaviereguiluz
authored andcommitted
event constant mistake
1 parent b27e4b3 commit e7c2e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/console/events.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Listeners receive a
165165
.. tip::
166166

167167
This event is also dispatched when an exception is thrown by the command.
168-
It is then dispatched just after the ``ConsoleEvents::EXCEPTION`` event.
168+
It is then dispatched just after the ``ConsoleEvents::ERROR`` event.
169169
The exit code received in this case is the exception code.
170170

171171
.. _`reserved exit codes`: http://www.tldp.org/LDP/abs/html/exitcodes.html

0 commit comments

Comments
 (0)
0