/var/www/flurhymez/vendor/ramsey/collection/src/Exception
NameSizeModeActions
CollectionMismatchException.php5230644editdlrm
InvalidArgumentException.php5190644editdlrm
InvalidSortOrderException.php5190644editdlrm
NoSuchElementException.php5140644editdlrm
OutOfBoundsException.php5310644editdlrm
UnsupportedOperationException.php5220644editdlrm
ValueExtractionException.php5390644editdlrm
Edit: /var/www/flurhymez/vendor/ramsey/collection/src/Exception/UnsupportedOperationException.php (522B)
* @license http://opensource.org/licenses/MIT MIT */ declare(strict_types=1); namespace Ramsey\Collection\Exception; /** * Thrown to indicate that the requested operation is not supported. */ class UnsupportedOperationException extends \RuntimeException { }