class ConstraintDefinitionException in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/validator/Exception/ConstraintDefinitionException.php \Symfony\Component\Validator\Exception\ConstraintDefinitionException
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\ConstraintDefinitionException
- class \Symfony\Component\Validator\Exception\ValidatorException
- class \Symfony\Component\Validator\Exception\RuntimeException implements ExceptionInterface
Expanded class hierarchy of ConstraintDefinitionException
16 files declare their use of ConstraintDefinitionException
- AbstractComparison.php in vendor/
symfony/ validator/ Constraints/ AbstractComparison.php - CallbackValidator.php in vendor/
symfony/ validator/ Constraints/ CallbackValidator.php - ChoiceValidator.php in vendor/
symfony/ validator/ Constraints/ ChoiceValidator.php - ClassMetadata.php in vendor/
symfony/ validator/ Mapping/ ClassMetadata.php - Collection.php in vendor/
symfony/ validator/ Constraints/ Collection.php
File
- vendor/
symfony/ validator/ Exception/ ConstraintDefinitionException.php, line 14
Namespace
Symfony\Component\Validator\ExceptionView source
class ConstraintDefinitionException extends ValidatorException {
}