From 7224bde4c1556806351e2f9996441f77efb51c0e Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 4 Dec 2014 10:43:55 +0100 Subject: [PATCH] Revert "minor #12821 Remove deprecated class (MasterB)" This reverts commit 3d637487f08368209274d61aaec278746101d440, reversing changes made to 7a5762c1982e1675ab52a01d5b348343bfe3f4b0. --- .../Bundle/TwigBundle/Controller/PreviewErrorController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/TwigBundle/Controller/PreviewErrorController.php b/src/Symfony/Bundle/TwigBundle/Controller/PreviewErrorController.php index d7a675dc4d..b4eb932e58 100644 --- a/src/Symfony/Bundle/TwigBundle/Controller/PreviewErrorController.php +++ b/src/Symfony/Bundle/TwigBundle/Controller/PreviewErrorController.php @@ -11,7 +11,7 @@ namespace Symfony\Bundle\TwigBundle\Controller; -use Symfony\Component\Debug\Exception\FlattenException; +use Symfony\Component\HttpKernel\Exception\FlattenException; use Symfony\Component\HttpKernel\HttpKernelInterface; use Symfony\Component\HttpFoundation\Request;