class ResourceNotFoundException in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/routing/Exception/ResourceNotFoundException.php \Symfony\Component\Routing\Exception\ResourceNotFoundException
The resource was not found.
This exception should trigger an HTTP 404 response in your application code.
@author Kris Wallsmith <kris@symfony.com>
Hierarchy
- class \Symfony\Component\Routing\Exception\ResourceNotFoundException extends \Symfony\Component\Routing\Exception\RuntimeException implements ExceptionInterface
Expanded class hierarchy of ResourceNotFoundException
24 files declare their use of ResourceNotFoundException
- ChainRouter.php in vendor/
symfony-cmf/ routing/ ChainRouter.php - ChainRouterTest.php in vendor/
symfony-cmf/ routing/ Tests/ Routing/ ChainRouterTest.php - DynamicRouter.php in vendor/
symfony-cmf/ routing/ DynamicRouter.php - FinalMatcherInterface.php in vendor/
symfony-cmf/ routing/ NestedMatcher/ FinalMatcherInterface.php - LanguageNegotiationUserAdmin.php in core/
modules/ user/ src/ Plugin/ LanguageNegotiation/ LanguageNegotiationUserAdmin.php - Contains \Drupal\user\Plugin\LanguageNegotiation\LanguageNegotiationUserAdmin.
File
- vendor/
symfony/ routing/ Exception/ ResourceNotFoundException.php, line 21
Namespace
Symfony\Component\Routing\ExceptionView source
class ResourceNotFoundException extends \RuntimeException implements ExceptionInterface {
}