Browse Source

[HttpKernel] fixed missing use statement

Fabien Potencier 14 years ago
parent
commit
1e1a4113c7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Symfony/Component/HttpKernel/Exception/FlattenException.php

+ 1 - 0
src/Symfony/Component/HttpKernel/Exception/FlattenException.php

@@ -3,6 +3,7 @@
 namespace Symfony\Component\HttpKernel\Exception;
 
 use Symfony\Component\HttpFoundation\Response;
+use Symfony\Component\HttpKernel\Exception\HttpException;
 
 /*
  * This file is part of the Symfony framework.