class OutOfBoundsException
Same name in this branch
- 11.1.x vendor/symfony/validator/Exception/OutOfBoundsException.php \Symfony\Component\Validator\Exception\OutOfBoundsException
- 11.1.x vendor/symfony/dependency-injection/Exception/OutOfBoundsException.php \Symfony\Component\DependencyInjection\Exception\OutOfBoundsException
Thrown when attempting to access an element out of the range of the collection.
Hierarchy
- class \Ramsey\Collection\Exception\OutOfBoundsException extends \OutOfBoundsException implements \Ramsey\Collection\Exception\CollectionException
Expanded class hierarchy of OutOfBoundsException
File
-
vendor/
ramsey/ collection/ src/ Exception/ OutOfBoundsException.php, line 22
Namespace
Ramsey\Collection\ExceptionView source
class OutOfBoundsException extends PhpOutOfBoundsException implements CollectionException {
}