<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * 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 <kris@symfony.com> */ class ResourceNotFoundException extends \RuntimeException implements ExceptionInterface { }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
ExceptionInterface.php | File | 430 B | 0644 |
|
InvalidArgumentException.php | File | 385 B | 0644 |
|
InvalidParameterException.php | File | 506 B | 0644 |
|
MethodNotAllowedException.php | File | 1.1 KB | 0644 |
|
MissingMandatoryParametersException.php | File | 1.8 KB | 0644 |
|
NoConfigurationException.php | File | 465 B | 0644 |
|
ResourceNotFoundException.php | File | 548 B | 0644 |
|
RouteCircularReferenceException.php | File | 558 B | 0644 |
|
RouteNotFoundException.php | File | 501 B | 0644 |
|
RuntimeException.php | File | 369 B | 0644 |
|