/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/ResourceNotFoundException.php (559B)
* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Routing\Exception; /** * The resource was not found. * * This exception should trigger an HTTP 404 response in your application code. * * @author Kris Wallsmith * * @api */ class ResourceNotFoundException extends \RuntimeException implements ExceptionInterface { }