Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf55c2 commit 53bfa04Copy full SHA for 53bfa04
src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php
@@ -12,7 +12,7 @@
12
namespace Symfony\Component\HttpKernel\EventListener;
13
14
use Psr\Log\LoggerInterface;
15
-use Symfony\Component\ErrorRenderer\Exception\FlattenException;
+use Symfony\Component\Debug\Exception\FlattenException;
16
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
17
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
18
use Symfony\Component\HttpFoundation\Request;
0 commit comments