8000
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 d13e28a commit c05348eCopy full SHA for c05348e
src/Symfony/Component/HttpKernel/EventListener/ErrorListener.php
@@ -12,10 +12,10 @@
12
namespace Symfony\Component\HttpKernel\EventListener;
13
14
use Psr\Log\LoggerInterface;
15
+use Symfony\Component\Debug\Exception\FlattenException as LegacyFlattenException;
16
use Symfony\Component\ErrorHandler\Exception\FlattenException;
17
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
18
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
-use Symfony\Component\Debug\Exception\FlattenException as LegacyFlattenException;
19
use Symfony\Component\HttpFoundation\Request;
20
use Symfony\Component\HttpKernel\Event\ControllerArgumentsEvent;
21
use Symfony\Component\HttpKernel\Event\ExceptionEvent;
0 commit comments