MatchingRouteNotFoundException.php

Same filename and directory in other branches
  1. 9 core/lib/Drupal/Core/Routing/MatchingRouteNotFoundException.php
  2. 8.9.x core/lib/Drupal/Core/Routing/MatchingRouteNotFoundException.php
  3. 10 core/lib/Drupal/Core/Routing/MatchingRouteNotFoundException.php

Namespace

Drupal\Core\Routing

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

Title Deprecated Summary
MatchingRouteNotFoundException No matching route was found.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.