class MatchingRouteNotFoundException
No matching route was found.
Hierarchy
- class \Symfony\Component\Routing\Exception\RuntimeException extends \Symfony\Component\Routing\Exception\RuntimeException implements \Symfony\Component\Routing\Exception\ExceptionInterface
- class \Symfony\Component\Routing\Exception\RuntimeException extends \Symfony\Component\Routing\Exception\RuntimeException implements \Symfony\Component\Routing\Exception\ExceptionInterface
- class \Symfony\Component\Routing\Exception\ResourceNotFoundException extends \Symfony\Component\Routing\Exception\RuntimeException implements \Symfony\Component\Routing\Exception\ExceptionInterface
- class \Drupal\Core\Routing\MatchingRouteNotFoundException extends \Symfony\Component\Routing\Exception\ResourceNotFoundException
- class \Symfony\Component\Routing\Exception\ResourceNotFoundException extends \Symfony\Component\Routing\Exception\RuntimeException implements \Symfony\Component\Routing\Exception\ExceptionInterface
- class \Symfony\Component\Routing\Exception\RuntimeException extends \Symfony\Component\Routing\Exception\RuntimeException implements \Symfony\Component\Routing\Exception\ExceptionInterface
Expanded class hierarchy of MatchingRouteNotFoundException
Deprecated
in drupal:11.1.0 and is removed from drupal:12.0.0. There is no replacement.
See also
https://www.drupal.org/node/3462776
File
-
core/
lib/ Drupal/ Core/ Routing/ MatchingRouteNotFoundException.php, line 15
Namespace
Drupal\Core\RoutingView source
class MatchingRouteNotFoundException extends ResourceNotFoundException {
}