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