/opt/alt/php55/usr/share/pear/Symfony/Component/Yaml/Exception
NameSizeModeActions
DumpException.php4660644editdlrm
ExceptionInterface.php4540644editdlrm
ParseException.php35660644editdlrm
RuntimeException.php4960644editdlrm
Edit: /opt/alt/php55/usr/share/pear/Symfony/Component/Yaml/Exception/ExceptionInterface.php (454B)
* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Yaml\Exception; /** * Exception interface for all exceptions thrown by the component. * * @author Fabien Potencier * * @api */ interface ExceptionInterface { }