class OutOfBoundsException in Plug 7
Same name in this branch
- 7 lib/Symfony/validator/Symfony/Component/Validator/Exception/OutOfBoundsException.php \Symfony\Component\Validator\Exception\OutOfBoundsException
- 7 lib/doctrine/common/lib/Doctrine/Common/Proxy/Exception/OutOfBoundsException.php \Doctrine\Common\Proxy\Exception\OutOfBoundsException
Base OutOfBoundsException for the Validator component.
@author Bernhard Schussek <bschussek@gmail.com>
Hierarchy
- class \Symfony\Component\Validator\Exception\OutOfBoundsException implements ExceptionInterface
- class \Symfony\Component\Validator\Exception\OutOfBoundsException implements ExceptionInterface
Expanded class hierarchy of OutOfBoundsException
1 file declares its use of OutOfBoundsException
- GroupSequence.php in lib/
Symfony/ validator/ Symfony/ Component/ Validator/ Constraints/ GroupSequence.php
File
- lib/
Symfony/ validator/ Symfony/ Component/ Validator/ Exception/ OutOfBoundsException.php, line 19
Namespace
Symfony\Component\Validator\ExceptionView source
class OutOfBoundsException extends \OutOfBoundsException implements ExceptionInterface {
}