class ValidationException
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\ValidationException extends \JsonSchema\Exception\RuntimeException
- class \JsonSchema\Exception\RuntimeException extends \JsonSchema\Exception\RuntimeException implements \JsonSchema\Exception\ExceptionInterface
Expanded class hierarchy of ValidationException
2 files declare their use of ValidationException
- BaseConstraint.php in vendor/
justinrainbow/ json-schema/ src/ JsonSchema/ Constraints/ BaseConstraint.php - UndefinedConstraint.php in vendor/
justinrainbow/ json-schema/ src/ JsonSchema/ Constraints/ UndefinedConstraint.php
File
-
vendor/
justinrainbow/ json-schema/ src/ JsonSchema/ Exception/ ValidationException.php, line 12
Namespace
JsonSchema\ExceptionView source
class ValidationException extends RuntimeException {
}