class MatchingRouteNotFoundException in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Routing/MatchingRouteNotFoundException.php \Drupal\Core\Routing\MatchingRouteNotFoundException
No matching route was found.
Hierarchy
- class \Drupal\Core\Routing\MatchingRouteNotFoundException extends \Symfony\Component\Routing\Exception\ResourceNotFoundException
Expanded class hierarchy of MatchingRouteNotFoundException
File
- core/
lib/ Drupal/ Core/ Routing/ MatchingRouteNotFoundException.php, line 10
Namespace
Drupal\Core\RoutingView source
class MatchingRouteNotFoundException extends ResourceNotFoundException {
}