class NoSuchElementException
Thrown when attempting to access an element that does not exist.
Hierarchy
- class \Ramsey\Collection\Exception\NoSuchElementException extends \RuntimeException implements \Ramsey\Collection\Exception\CollectionException
Expanded class hierarchy of NoSuchElementException
6 files declare their use of NoSuchElementException
- AbstractCollection.php in vendor/
ramsey/ collection/ src/ AbstractCollection.php - CollectionInterface.php in vendor/
ramsey/ collection/ src/ CollectionInterface.php - DoubleEndedQueue.php in vendor/
ramsey/ collection/ src/ DoubleEndedQueue.php - DoubleEndedQueueInterface.php in vendor/
ramsey/ collection/ src/ DoubleEndedQueueInterface.php - Queue.php in vendor/
ramsey/ collection/ src/ Queue.php
File
-
vendor/
ramsey/ collection/ src/ Exception/ NoSuchElementException.php, line 22
Namespace
Ramsey\Collection\ExceptionView source
class NoSuchElementException extends RuntimeException implements CollectionException {
}