class ResourceNotFoundException

The resource was not found.

This exception should trigger an HTTP 404 response in your application code.

@author Kris Wallsmith <kris@symfony.com>

@api

Hierarchy

Expanded class hierarchy of ResourceNotFoundException

18 files declare their use of ResourceNotFoundException
ChainRouter.php in drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainRouter.php
DynamicRouter.php in drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/DynamicRouter.php
FinalMatcherInterface.php in drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/NestedMatcher/FinalMatcherInterface.php
LegacyUrlMatcher.php in drupal/core/lib/Drupal/Core/LegacyUrlMatcher.php
Definition of Drupal\Core\LegacyUrlMatcher.
NestedMatcher.php in drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/NestedMatcher/NestedMatcher.php

... See full list

File

drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Exception/ResourceNotFoundException.php, line 23

Namespace

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

}

Members