You are here

class ResourceNotFoundException in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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

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.

... See full list

File

vendor/symfony/routing/Exception/ResourceNotFoundException.php, line 21

Namespace

Symfony\Component\Routing\Exception
View source
class ResourceNotFoundException extends \RuntimeException implements ExceptionInterface {

}

Members