8000 minor #9789 classname typo fixed (vuras) · symfony/symfony-docs@5c5218a · GitHub
[go: up one dir, main page]

Skip to content

Commit 5c5218a

Browse files
committed
minor #9789 classname typo fixed (vuras)
This PR was merged into the 4.0 branch. Discussion ---------- classname typo fixed Deprecated class name was left. Commits ------- e851713 classname typo fixed
2 parents 06cc6e5 + e851713 commit 5c5218a

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