[HttpKernel] fixed missing use statement

This commit is contained in:
Fabien Potencier 2010-08-31 19:21:00 +02:00
parent 935ac5633c
commit 1e1a4113c7

View File

@ -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.