[form] fix missing use statement for exception UnexpectedTypeException

This commit is contained in:
Jérémie Augustin 2013-10-07 19:12:10 +02:00
parent 911b328dc1
commit ea915334e1
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ namespace Symfony\Component\Form;
use Symfony\Component\Form\Exception\LogicException;
use Symfony\Component\Form\Exception\BadMethodCallException;
use Symfony\Component\Form\Exception\UnexpectedTypeException;
use Symfony\Component\Security\Csrf\CsrfTokenManagerInterface;
/**