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
- class \Symfony\Component\Routing\Exception\ResourceNotFoundException 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
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\ExceptionView source
class NoConfigurationException extends ResourceNotFoundException {
}