ExceptionInterface |
vendor/symfony/routing/Exception/ExceptionInterface.php |
ExceptionInterface. |
InvalidParameterException |
vendor/symfony/routing/Exception/InvalidParameterException.php |
Exception thrown when a parameter is not valid. |
MethodNotAllowedException |
vendor/symfony/routing/Exception/MethodNotAllowedException.php |
The resource was found but the request method is not allowed. |
MissingMandatoryParametersException |
vendor/symfony/routing/Exception/MissingMandatoryParametersException.php |
Exception thrown when a route cannot be generated because of missing
mandatory parameters. |
ResourceNotFoundException |
vendor/symfony/routing/Exception/ResourceNotFoundException.php |
The resource was not found. |
RouteNotFoundException |
vendor/symfony/routing/Exception/RouteNotFoundException.php |
Exception thrown when a route does not exist. |