You are here

MatchingRouteNotFoundException.php in Zircon Profile 8

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

File

core/lib/Drupal/Core/Routing/MatchingRouteNotFoundException.php
View source
<?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 {

}

Classes

Namesort descending Description
MatchingRouteNotFoundException No matching route was found.