You are here

MatchingRouteNotFoundException.php in Drupal 8

Same filename and directory in other branches
  1. 9 core/lib/Drupal/Core/Routing/MatchingRouteNotFoundException.php

File

core/lib/Drupal/Core/Routing/MatchingRouteNotFoundException.php
View source
<?php

namespace Drupal\Core\Routing;

use Symfony\Component\Routing\Exception\ResourceNotFoundException;

/**
 * No matching route was found.
 */
class MatchingRouteNotFoundException extends ResourceNotFoundException {

}

Classes

Namesort descending Description
MatchingRouteNotFoundException No matching route was found.