class OutOfBoundsException

Base OutOfBoundsException for Dependency Injection component.

Hierarchy

Expanded class hierarchy of OutOfBoundsException

2 files declare their use of OutOfBoundsException
Definition.php in drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php
DefinitionDecorator.php in drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/DefinitionDecorator.php

File

drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/OutOfBoundsException.php, line 17

Namespace

Symfony\Component\DependencyInjection\Exception
View source
class OutOfBoundsException extends \OutOfBoundsException implements ExceptionInterface {

}

Members