We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e3a7ad commit 59606f1Copy full SHA for 59606f1
Application.php
@@ -41,8 +41,8 @@
41
use Symfony\Component\Console\Output\ConsoleOutputInterface;
42
use Symfony\Component\Console\Output\OutputInterface;
43
use Symfony\Component\Console\Style\SymfonyStyle;
44
-use Symfony\Component\ErrorHandler\ErrorHandler;
45
-use Symfony\Component\ErrorHandler\Exception\FatalThrowableError;
+use Symfony\Component\ErrorCatcher\ErrorHandler;
+use Symfony\Component\ErrorCatcher\Exception\FatalThrowableError;
46
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
47
use Symfony\Component\EventDispatcher\LegacyEventDispatcherProxy;
48
0 commit comments