File tree 2 files changed +2
-2
lines changed
src/Symfony/Bundle/FrameworkBundle
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
use Symfony \Component \Console \Output \ConsoleOutputInterface ;
20
20
use Symfony \Component \Console \Output \OutputInterface ;
21
21
use Symfony \Component \Console \Style \SymfonyStyle ;
22
+ use Symfony \Component \Debug \Exception \FatalThrowableError ;
22
23
use Symfony \Component \DependencyInjection \ContainerAwareInterface ;
23
- use Symfony \Component \ErrorCatcher \Exception \FatalThrowableError ;
24
24
use Symfony \Component \HttpKernel \Bundle \Bundle ;
25
25
use Symfony \Component \HttpKernel \Kernel ;
26
26
use Symfony \Component \HttpKernel \KernelInterface ;
Original file line number Diff line number Diff line change 29
29
use Symfony \Component \Cache \DependencyInjection \CachePoolPrunerPass ;
30
30
use Symfony \Component \Config \Resource \ClassExistenceResource ;
31
31
use Symfony \Component \Console \DependencyInjection \AddConsoleCommandPass ;
32
+ use Symfony \Component \Debug \ErrorHandler ;
32
33
use Symfony \Component \DependencyInjection \Compiler \PassConfig ;
33
34
use Symfony \Component \DependencyInjection \Compiler \RegisterReverseContainerPass ;
34
35
use Symfony \Component \DependencyInjection \ContainerBuilder ;
35
36
use Symfony \Component \ErrorCatcher \DependencyInjection \ErrorCatcherPass ;
36
- use Symfony \Component \ErrorCatcher \ErrorHandler ;
37
37
use Symfony \Component \EventDispatcher \DependencyInjection \RegisterListenersPass ;
38
38
use Symfony \Component \Form \DependencyInjection \FormPass ;
39
39
use Symfony \Component \HttpFoundation \Request ;
You can’t perform that action at this time.
0 commit comments