Skip to content
Closed
Prev Previous commit
Next Next commit
Use statement on EncoderInterface for exception
  • Loading branch information
Rodrigo Díez Villamuera committed Nov 23, 2013
commit ebf1ece1f620390cce46f734e673d20cfebde936
2 changes: 2 additions & 0 deletions src/Symfony/Component/Serializer/Encoder/EncoderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

namespace Symfony\Component\Serializer\Encoder;

use Symfony\Component\Serializer\Exception\UnexpectedValueException;

/**
* Defines the interface of encoders
*
Expand Down