class ValidatorException
Hierarchy
- class \Symfony\Component\Validator\Exception\RuntimeException extends \Symfony\Component\Validator\Exception\RuntimeException implements \Symfony\Component\Validator\Exception\ExceptionInterface
- class \Symfony\Component\Validator\Exception\RuntimeException extends \Symfony\Component\Validator\Exception\RuntimeException implements \Symfony\Component\Validator\Exception\ExceptionInterface
- class \Symfony\Component\Validator\Exception\ValidatorException extends \Symfony\Component\Validator\Exception\RuntimeException
- class \Symfony\Component\Validator\Exception\RuntimeException extends \Symfony\Component\Validator\Exception\RuntimeException implements \Symfony\Component\Validator\Exception\ExceptionInterface
Expanded class hierarchy of ValidatorException
5 files declare their use of ValidatorException
- ContainerConstraintValidatorFactory.php in vendor/
symfony/ validator/ ContainerConstraintValidatorFactory.php - 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 - 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 {
}