/opt/alt/php54/usr/share/pear/Symfony/Component/Routing/Exception
NameSizeModeActions
ExceptionInterface.php4210644editdlrm
InvalidParameterException.php5160644editdlrm
MethodNotAllowedException.php10980644editdlrm
MissingMandatoryParametersException.php5730644editdlrm
ResourceNotFoundException.php5590644editdlrm
RouteNotFoundException.php5110644editdlrm
Edit: /opt/alt/php54/usr/share/pear/Symfony/Component/Routing/Exception/ExceptionInterface.php (421B)
* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Routing\Exception; /** * ExceptionInterface * * @author Alexandre Salomé * * @api */ interface ExceptionInterface { }