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

Breadcrumb

  1. Drupal Core 11.1.x
  2. NoConfigurationException.php

class NoConfigurationException

Exception thrown when no routes are configured.

@author Yonel Ceruto <yonelceruto@gmail.com>

Hierarchy

  • class \Symfony\Component\Routing\Exception\RuntimeException extends \Symfony\Component\Routing\Exception\RuntimeException implements \Symfony\Component\Routing\Exception\ExceptionInterface
    • class \Symfony\Component\Routing\Exception\RuntimeException extends \Symfony\Component\Routing\Exception\RuntimeException implements \Symfony\Component\Routing\Exception\ExceptionInterface
      • class \Symfony\Component\Routing\Exception\ResourceNotFoundException extends \Symfony\Component\Routing\Exception\RuntimeException implements \Symfony\Component\Routing\Exception\ExceptionInterface
        • class \Symfony\Component\Routing\Exception\NoConfigurationException extends \Symfony\Component\Routing\Exception\ResourceNotFoundException

Expanded class hierarchy of NoConfigurationException

5 files declare their use of NoConfigurationException
CompiledUrlMatcherTrait.php in vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php
RequestMatcherInterface.php in vendor/symfony/routing/Matcher/RequestMatcherInterface.php
RouterListener.php in vendor/symfony/http-kernel/EventListener/RouterListener.php
UrlMatcher.php in vendor/symfony/routing/Matcher/UrlMatcher.php
UrlMatcherInterface.php in vendor/symfony/routing/Matcher/UrlMatcherInterface.php

File

vendor/symfony/routing/Exception/NoConfigurationException.php, line 19

Namespace

Symfony\Component\Routing\Exception
View source
class NoConfigurationException extends ResourceNotFoundException {

}

API Navigation

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