File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1919use Symfony \Component \Console \Output \ConsoleOutputInterface ;
2020use Symfony \Component \Console \Output \OutputInterface ;
2121use Symfony \Component \Console \Style \SymfonyStyle ;
22+ use Symfony \Component \Debug \Exception \FatalThrowableError ;
2223use Symfony \Component \DependencyInjection \ContainerAwareInterface ;
23- use Symfony \Component \ErrorCatcher \Exception \FatalThrowableError ;
2424use Symfony \Component \HttpKernel \Bundle \Bundle ;
2525use Symfony \Component \HttpKernel \Kernel ;
2626use Symfony \Component \HttpKernel \KernelInterface ;
Original file line number Diff line number Diff line change 2929use Symfony \Component \Cache \DependencyInjection \CachePoolPrunerPass ;
3030use Symfony \Component \Config \Resource \ClassExistenceResource ;
3131use Symfony \Component \Console \DependencyInjection \AddConsoleCommandPass ;
32+ use Symfony \Component \Debug \ErrorHandler ;
3233use Symfony \Component \DependencyInjection \Compiler \PassConfig ;
3334use Symfony \Component \DependencyInjection \Compiler \RegisterReverseContainerPass ;
3435use Symfony \Component \DependencyInjection \ContainerBuilder ;
3536use Symfony \Component \ErrorCatcher \DependencyInjection \ErrorCatcherPass ;
36- use Symfony \Component \ErrorCatcher \ErrorHandler ;
3737use Symfony \Component \EventDispatcher \DependencyInjection \RegisterListenersPass ;
3838use Symfony \Component \Form \DependencyInjection \FormPass ;
3939use Symfony \Component \HttpFoundation \Request ;
You can’t perform that action at this time.
0 commit comments