Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
Total | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
CRAP | |
100.00% |
0 / 0 |
MatchingRouteNotFoundException | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
0 | |
100.00% |
0 / 0 |
<?php | |
/** | |
* @file | |
* Contains \Drupal\Core\Routing\MatchingRouteNotFoundException. | |
*/ | |
namespace Drupal\Core\Routing; | |
use Symfony\Component\Routing\Exception\ResourceNotFoundException; | |
/** | |
* No matching route was found. | |
*/ | |
class MatchingRouteNotFoundException extends ResourceNotFoundException { | |
} |