class OutOfBoundsException
Same name in this branch
- 11.1.x vendor/ramsey/collection/src/Exception/OutOfBoundsException.php \Ramsey\Collection\Exception\OutOfBoundsException
- 11.1.x vendor/symfony/dependency-injection/Exception/OutOfBoundsException.php \Symfony\Component\DependencyInjection\Exception\OutOfBoundsException
Base OutOfBoundsException for the Validator component.
@author Bernhard Schussek <bschussek@gmail.com>
Hierarchy
- class \Symfony\Component\Validator\Exception\OutOfBoundsException extends \Symfony\Component\Validator\Exception\OutOfBoundsException implements \Symfony\Component\Validator\Exception\ExceptionInterface
- class \Symfony\Component\Validator\Exception\OutOfBoundsException extends \Symfony\Component\Validator\Exception\OutOfBoundsException implements \Symfony\Component\Validator\Exception\ExceptionInterface
Expanded class hierarchy of OutOfBoundsException
2 files declare their use of OutOfBoundsException
- ConstraintViolationList.php in vendor/
symfony/ validator/ ConstraintViolationList.php - ConstraintViolationListInterface.php in vendor/
symfony/ validator/ ConstraintViolationListInterface.php
File
-
vendor/
symfony/ validator/ Exception/ OutOfBoundsException.php, line 19
Namespace
Symfony\Component\Validator\ExceptionView source
class OutOfBoundsException extends \OutOfBoundsException implements ExceptionInterface {
}