class RouteNotFoundException

Exception thrown when a route does not exists

@author Alexandre Salomé <alexandre.salome@gmail.com>

@api

Hierarchy

Expanded class hierarchy of RouteNotFoundException

10 files declare their use of RouteNotFoundException
ChainRouter.php in drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainRouter.php
ContentAwareGenerator.php in drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ContentAwareGenerator.php
DynamicRouter.php in drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/DynamicRouter.php
NullGenerator.php in drupal/core/lib/Drupal/Core/Routing/NullGenerator.php
Contains Drupal\Core\Routing\NullGenerator.
ProviderBasedGenerator.php in drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ProviderBasedGenerator.php

... See full list

File

drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Exception/RouteNotFoundException.php, line 21

Namespace

Symfony\Component\Routing\Exception
View source
class RouteNotFoundException extends \InvalidArgumentException implements ExceptionInterface {

}

Members