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

16 files declare their use of ResourceNotFoundException
ChainMatcher.php in drupal/core/lib/Drupal/Core/Routing/ChainMatcher.php
Definition of Drupal\Core\Routing\ChainMatcher.
ChainMatcherTest.php in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/ChainMatcherTest.php
Definition of Drupal\system\Tests\Routing\ChainMatcherTest.
LegacyUrlMatcher.php in drupal/core/lib/Drupal/Core/LegacyUrlMatcher.php
Definition of Drupal\Core\LegacyUrlMatcher.
MockMatcher.php in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MockMatcher.php
Definition of Drupal\system\Tests\Routing\MockMatcher.
PathMatcher.php in drupal/core/lib/Drupal/Core/Routing/PathMatcher.php
Definition of Drupal\Core\Routing\PathMatcher.

... 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