[Validator] Added missing use statement for UnexpectedTypeException

This commit is contained in:
devrck 2019-02-16 21:49:57 +01:00 committed by Robin Chalas
parent 37a1302dff
commit d10347fb15

View File

@ -13,6 +13,7 @@ namespace Symfony\Component\Validator\Constraints;
use Symfony\Component\Validator\Constraint;
use Symfony\Component\Validator\ConstraintValidator;
use Symfony\Component\Validator\Exception\UnexpectedTypeException;
use Symfony\Component\Validator\Exception\UnexpectedValueException;
/**