class ResourceNotFoundException
Same name in this branch
- 11.1.x vendor/symfony/routing/Exception/ResourceNotFoundException.php \Symfony\Component\Routing\Exception\ResourceNotFoundException
Wrapper for the ResourceNotFoundException
Hierarchy
- class \JsonSchema\Exception\RuntimeException extends \JsonSchema\Exception\RuntimeException implements \JsonSchema\Exception\ExceptionInterface
- class \JsonSchema\Exception\RuntimeException extends \JsonSchema\Exception\RuntimeException implements \JsonSchema\Exception\ExceptionInterface
- class \JsonSchema\Exception\ResourceNotFoundException extends \JsonSchema\Exception\RuntimeException
- class \JsonSchema\Exception\RuntimeException extends \JsonSchema\Exception\RuntimeException implements \JsonSchema\Exception\ExceptionInterface
Expanded class hierarchy of ResourceNotFoundException
2 files declare their use of ResourceNotFoundException
- FileGetContents.php in vendor/
justinrainbow/ json-schema/ src/ JsonSchema/ Uri/ Retrievers/ FileGetContents.php - UriRetriever.php in vendor/
justinrainbow/ json-schema/ src/ JsonSchema/ Uri/ UriRetriever.php
File
-
vendor/
justinrainbow/ json-schema/ src/ JsonSchema/ Exception/ ResourceNotFoundException.php, line 15
Namespace
JsonSchema\ExceptionView source
class ResourceNotFoundException extends RuntimeException {
}