/home/techb158/ileadtechnology.com/vendor/ramsey/collection/src/Exception
NameSizeModeActions
CollectionMismatchException.php5230644editdlrm
InvalidArgumentException.php5190644editdlrm
InvalidSortOrderException.php5190644editdlrm
NoSuchElementException.php5140644editdlrm
OutOfBoundsException.php5310644editdlrm
UnsupportedOperationException.php5220644editdlrm
ValueExtractionException.php5390644editdlrm
Edit: /home/techb158/ileadtechnology.com/vendor/ramsey/collection/src/Exception/OutOfBoundsException.php (531B)
* @license http://opensource.org/licenses/MIT MIT */ declare(strict_types=1); namespace Ramsey\Collection\Exception; /** * Thrown when attempting to access an element out of the range of the collection. */ class OutOfBoundsException extends \OutOfBoundsException { }