8000 renamed the ErrorHandler component to ErrorCatcher · symfony/console@59606f1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 59606f1

Browse files
committed
renamed the ErrorHandler component to ErrorCatcher
1 parent 4e3a7ad commit 59606f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Application.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
use Symfony\Component\Console\Output\ConsoleOutputInterface;
4242
use Symfony\Component\Console\Output\OutputInterface;
4343
use Symfony\Component\Console\Style\SymfonyStyle;
44-
use Symfony\Component\ErrorHandler\ErrorHandler;
45-
use Symfony\Component\ErrorHandler\Exception\FatalThrowableError;
44+
use Symfony\Component\ErrorCatcher\ErrorHandler;
45+
use Symfony\Component\ErrorCatcher\Exception\FatalThrowableError;
4646
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
4747
use Symfony\Component\EventDispatcher\LegacyEventDispatcherProxy;
4848

0 commit comments

Comments
 (0)
0