class UnresolvableJsonPointerException
@package JsonSchema\Exception
@author Joost Nijhuis <jnijhuis81@gmail.com>
Hierarchy
- class \JsonSchema\Exception\InvalidArgumentException extends \JsonSchema\Exception\InvalidArgumentException implements \JsonSchema\Exception\ExceptionInterface
- class \JsonSchema\Exception\InvalidArgumentException extends \JsonSchema\Exception\InvalidArgumentException implements \JsonSchema\Exception\ExceptionInterface
- class \JsonSchema\Exception\UnresolvableJsonPointerException extends \JsonSchema\Exception\InvalidArgumentException
- class \JsonSchema\Exception\InvalidArgumentException extends \JsonSchema\Exception\InvalidArgumentException implements \JsonSchema\Exception\ExceptionInterface
Expanded class hierarchy of UnresolvableJsonPointerException
1 file declares its use of UnresolvableJsonPointerException
- SchemaStorage.php in vendor/
justinrainbow/ json-schema/ src/ JsonSchema/ SchemaStorage.php
File
-
vendor/
justinrainbow/ json-schema/ src/ JsonSchema/ Exception/ UnresolvableJsonPointerException.php, line 17
Namespace
JsonSchema\ExceptionView source
class UnresolvableJsonPointerException extends InvalidArgumentException {
}