class ConstraintDefinitionException
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\ConstraintDefinitionException extends \Symfony\Component\Validator\Exception\ValidatorException
- 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 ConstraintDefinitionException
32 files declare their use of ConstraintDefinitionException
- AbstractComparison.php in vendor/
symfony/ validator/ Constraints/ AbstractComparison.php - AbstractComparisonValidator.php in vendor/
symfony/ validator/ Constraints/ AbstractComparisonValidator.php - AllowedValuesConstraintValidator.php in core/
lib/ Drupal/ Core/ Validation/ Plugin/ Validation/ Constraint/ AllowedValuesConstraintValidator.php - Bic.php in vendor/
symfony/ validator/ Constraints/ Bic.php - BicValidator.php in vendor/
symfony/ validator/ Constraints/ BicValidator.php
File
-
vendor/
symfony/ validator/ Exception/ ConstraintDefinitionException.php, line 14
Namespace
Symfony\Component\Validator\ExceptionView source
class ConstraintDefinitionException extends ValidatorException {
}