MatchingRouteNotFoundException.php in Drupal 9
Same filename and directory in other branches
Namespace
Drupal\Core\RoutingFile
core/lib/Drupal/Core/Routing/MatchingRouteNotFoundException.phpView source
<?php
namespace Drupal\Core\Routing;
use Symfony\Component\Routing\Exception\ResourceNotFoundException;
/**
* No matching route was found.
*/
class MatchingRouteNotFoundException extends ResourceNotFoundException {
}
Classes
Name | Description |
---|---|
MatchingRouteNotFoundException | No matching route was found. |