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/dependency-injection/Exception/OutOfBoundsException.php \Symfony\Component\DependencyInjection\Exception\OutOfBoundsException
Base OutOfBoundsException for Dependency Injection component.
Hierarchy
- class \Symfony\Component\DependencyInjection\Exception\OutOfBoundsException implements ExceptionInterface
- class \Symfony\Component\DependencyInjection\Exception\OutOfBoundsException implements ExceptionInterface
Expanded class hierarchy of OutOfBoundsException
2 files declare their use of OutOfBoundsException
- Definition.php in vendor/
symfony/ dependency-injection/ Definition.php - DefinitionDecorator.php in vendor/
symfony/ dependency-injection/ DefinitionDecorator.php
1 string reference to 'OutOfBoundsException'
- FunctionsTest::testCoroutineOtherwiseIntegrationTest in vendor/
guzzlehttp/ promises/ tests/ functionsTest.php
File
- vendor/
symfony/ dependency-injection/ Exception/ OutOfBoundsException.php, line 17
Namespace
Symfony\Component\DependencyInjection\ExceptionView source
class OutOfBoundsException extends \OutOfBoundsException implements ExceptionInterface {
}