class UriResolverException
Wrapper for the UriResolverException
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\UriResolverException extends \JsonSchema\Exception\RuntimeException
- class \JsonSchema\Exception\RuntimeException extends \JsonSchema\Exception\RuntimeException implements \JsonSchema\Exception\ExceptionInterface
Expanded class hierarchy of UriResolverException
1 file declares its use of UriResolverException
- UriResolver.php in vendor/
justinrainbow/ json-schema/ src/ JsonSchema/ Uri/ UriResolver.php
File
-
vendor/
justinrainbow/ json-schema/ src/ JsonSchema/ Exception/ UriResolverException.php, line 15
Namespace
JsonSchema\ExceptionView source
class UriResolverException extends RuntimeException {
}