/home/techb158/dev.balacoffee.com/vendor/ramsey/collection/src/Exception
NameSizeModeActions
CollectionException.php4470644editdlrm
CollectionMismatchException.php5760644editdlrm
InvalidArgumentException.php6140644editdlrm
InvalidPropertyOrMethod.php6670644editdlrm
NoSuchElementException.php5670644editdlrm
OutOfBoundsException.php6180644editdlrm
UnsupportedOperationException.php5750644editdlrm
Edit: /home/techb158/dev.balacoffee.com/vendor/ramsey/collection/src/Exception/NoSuchElementException.php (567B)
* @license http://opensource.org/licenses/MIT MIT */ declare(strict_types=1); namespace Ramsey\Collection\Exception; use RuntimeException; /** * Thrown when attempting to access an element that does not exist. */ class NoSuchElementException extends RuntimeException implements CollectionException { }