namespace Symfony\Component\Routing\Exception

Classsort ascending Location Description
RouteNotFoundException drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Exception/RouteNotFoundException.php Exception thrown when a route does not exists
ResourceNotFoundException drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Exception/ResourceNotFoundException.php The resource was not found.
MissingMandatoryParametersException drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Exception/MissingMandatoryParametersException.php Exception thrown when a route cannot be generated because of missing mandatory parameters.
MethodNotAllowedException drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Exception/MethodNotAllowedException.php The resource was found but the request method is not allowed.
InvalidParameterException drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Exception/InvalidParameterException.php Exception thrown when a parameter is not valid
ExceptionInterface drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Exception/ExceptionInterface.php ExceptionInterface