8000 classname typo fixed · symfony/symfony-docs@e851713 · GitHub
[go: up one dir, main page]

Skip to content

Commit e851713

Browse files
authored
classname typo fixed
1 parent 06cc6e5 commit e851713

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
@@ -95,7 +95,7 @@ can wrap or change the exception or do anything useful before the exception is
9595
thrown by the application.
9696

9797
Listeners receive a
98-
:class:`Symfony\\Component\\Console\\Event\\ConsoleExceptionEvent` event::
98+
:class:`Symfony\\Component\\Console\\Event\\ConsoleErrorEvent` event::
9999

100100
use Symfony\Component\Console\Event\ConsoleErrorEvent;
101101
use Symfony\Component\Console\ConsoleEvents;

0 commit comments

Comments
 (0)
0