class RouteNotFoundException in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/routing/Exception/RouteNotFoundException.php \Symfony\Component\Routing\Exception\RouteNotFoundException
Exception thrown when a route does not exist.
@author Alexandre Salomé <alexandre.salome@gmail.com>
Hierarchy
- class \Symfony\Component\Routing\Exception\RouteNotFoundException extends \Symfony\Component\Routing\Exception\InvalidArgumentException implements ExceptionInterface
Expanded class hierarchy of RouteNotFoundException
20 files declare their use of RouteNotFoundException
- AccessManager.php in core/
lib/ Drupal/ Core/ Access/ AccessManager.php - Contains \Drupal\Core\Access\AccessManager.
- AccessManagerTest.php in core/
tests/ Drupal/ Tests/ Core/ Access/ AccessManagerTest.php - Contains \Drupal\Tests\Core\Access\AccessManagerTest.
- ChainRouter.php in vendor/
symfony-cmf/ routing/ ChainRouter.php - ChainRouterTest.php in vendor/
symfony-cmf/ routing/ Tests/ Routing/ ChainRouterTest.php - ContentAwareGenerator.php in vendor/
symfony-cmf/ routing/ ContentAwareGenerator.php
File
- vendor/
symfony/ routing/ Exception/ RouteNotFoundException.php, line 19
Namespace
Symfony\Component\Routing\ExceptionView source
class RouteNotFoundException extends \InvalidArgumentException implements ExceptionInterface {
}