class OutOfBoundsException in Zircon Profile 8
Same name in this branch
- 8 vendor/symfony/validator/Exception/OutOfBoundsException.php \Symfony\Component\Validator\Exception\OutOfBoundsException
- 8 vendor/symfony/dependency-injection/Exception/OutOfBoundsException.php \Symfony\Component\DependencyInjection\Exception\OutOfBoundsException
- 8 vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/OutOfBoundsException.php \Doctrine\Common\Proxy\Exception\OutOfBoundsException
Same name and namespace in other branches
- 8.0 vendor/symfony/validator/Exception/OutOfBoundsException.php \Symfony\Component\Validator\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 vendor/
symfony/ validator/ Constraints/ GroupSequence.php
1 string reference to 'OutOfBoundsException'
- FunctionsTest::testCoroutineOtherwiseIntegrationTest in vendor/
guzzlehttp/ promises/ tests/ functionsTest.php
File
- vendor/
symfony/ validator/ Exception/ OutOfBoundsException.php, line 19
Namespace
Symfony\Component\Validator\ExceptionView source
class OutOfBoundsException extends \OutOfBoundsException implements ExceptionInterface {
}