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