class UnsupportedOperationException
Same name in this branch
- 11.1.x vendor/ramsey/uuid/src/Exception/UnsupportedOperationException.php \Ramsey\Uuid\Exception\UnsupportedOperationException
Thrown to indicate that the requested operation is not supported.
Hierarchy
- class \Ramsey\Collection\Exception\UnsupportedOperationException extends \RuntimeException implements \Ramsey\Collection\Exception\CollectionException
Expanded class hierarchy of UnsupportedOperationException
3 files declare their use of UnsupportedOperationException
- AbstractCollection.php in vendor/
ramsey/ collection/ src/ AbstractCollection.php - CollectionInterface.php in vendor/
ramsey/ collection/ src/ CollectionInterface.php - ValueExtractorTrait.php in vendor/
ramsey/ collection/ src/ Tool/ ValueExtractorTrait.php
File
-
vendor/
ramsey/ collection/ src/ Exception/ UnsupportedOperationException.php, line 22
Namespace
Ramsey\Collection\ExceptionView source
class UnsupportedOperationException extends RuntimeException implements CollectionException {
}