/opt/alt/php55/usr/share/pear/Symfony/Component/Routing/Exception
NameSizeModeActions
ExceptionInterface.php4210644editdlrm
InvalidParameterException.php5160644editdlrm
MethodNotAllowedException.php10980644editdlrm
MissingMandatoryParametersException.php5730644editdlrm
ResourceNotFoundException.php5590644editdlrm
RouteNotFoundException.php5110644editdlrm
Edit: /opt/alt/php55/usr/share/pear/Symfony/Component/Routing/Exception/RouteNotFoundException.php (511B)
* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Routing\Exception; /** * Exception thrown when a route does not exist * * @author Alexandre Salomé * * @api */ class RouteNotFoundException extends \InvalidArgumentException implements ExceptionInterface { }