Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

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.
 *
 * @deprecated in drupal:11.1.0 and is removed from drupal:12.0.0. There is no
 *  replacement.
 *
 * @see https://www.drupal.org/node/3462776
 */
class MatchingRouteNotFoundException extends ResourceNotFoundException {

}

Classes

Title Deprecated Summary
MatchingRouteNotFoundException

in drupal:11.1.0 and is removed from drupal:12.0.0. There is no replacement.

No matching route was found.

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal