class ValidatorException in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/validator/Exception/ValidatorException.php \Symfony\Component\Validator\Exception\ValidatorException
Hierarchy
- class \Symfony\Component\Validator\Exception\RuntimeException implements ExceptionInterface
- class \Symfony\Component\Validator\Exception\RuntimeException implements ExceptionInterface
- class \Symfony\Component\Validator\Exception\ValidatorException
- class \Symfony\Component\Validator\Exception\RuntimeException implements ExceptionInterface
Expanded class hierarchy of ValidatorException
5 files declare their use of ValidatorException
- GetterMetadata.php in vendor/
symfony/ validator/ Mapping/ GetterMetadata.php - PropertyMetadata.php in vendor/
symfony/ validator/ Mapping/ PropertyMetadata.php - RecursiveContextualValidator.php in vendor/
symfony/ validator/ Validator/ RecursiveContextualValidator.php - Validator.php in vendor/
symfony/ validator/ Validator.php - ValidatorBuilder.php in vendor/
symfony/ validator/ ValidatorBuilder.php
File
- vendor/
symfony/ validator/ Exception/ ValidatorException.php, line 14
Namespace
Symfony\Component\Validator\ExceptionView source
class ValidatorException extends RuntimeException {
}