/opt/alt/php55/usr/share/pear/Symfony/Component/Serializer/Exception
NameSizeModeActions
Exception.php3960644editdlrm
InvalidArgumentException.php4720644editdlrm
LogicException.php4400644editdlrm
RuntimeException.php4480644editdlrm
UnexpectedValueException.php4700644editdlrm
UnsupportedException.php4420644editdlrm
Edit: /opt/alt/php55/usr/share/pear/Symfony/Component/Serializer/Exception/UnexpectedValueException.php (470B)
* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Serializer\Exception; /** * UnexpectedValueException * * @author Lukas Kahwe Smith */ class UnexpectedValueException extends \UnexpectedValueException implements Exception { }