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/validator/Exception/OutOfBoundsException.php \Symfony\Component\Validator\Exception\OutOfBoundsException
Base OutOfBoundsException for Dependency Injection component.
Hierarchy
- class \Symfony\Component\DependencyInjection\Exception\OutOfBoundsException extends \Symfony\Component\DependencyInjection\Exception\OutOfBoundsException implements \Symfony\Component\DependencyInjection\Exception\ExceptionInterface
- class \Symfony\Component\DependencyInjection\Exception\OutOfBoundsException extends \Symfony\Component\DependencyInjection\Exception\OutOfBoundsException implements \Symfony\Component\DependencyInjection\Exception\ExceptionInterface
Expanded class hierarchy of OutOfBoundsException
2 files declare their use of OutOfBoundsException
- ChildDefinition.php in vendor/
symfony/ dependency-injection/ ChildDefinition.php - Definition.php in vendor/
symfony/ dependency-injection/ Definition.php
File
-
vendor/
symfony/ dependency-injection/ Exception/ OutOfBoundsException.php, line 17
Namespace
Symfony\Component\DependencyInjection\ExceptionView source
class OutOfBoundsException extends \OutOfBoundsException implements ExceptionInterface {
}