/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/Exception.php (396B)
* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Serializer\Exception; /** * Base exception * * @author Johannes M. Schmitt */ interface Exception { }