class UnsupportedOperationException
Same name in this branch
- 11.1.x vendor/ramsey/collection/src/Exception/UnsupportedOperationException.php \Ramsey\Collection\Exception\UnsupportedOperationException
Thrown to indicate that the requested operation is not supported
Hierarchy
- class \Ramsey\Uuid\Exception\UnsupportedOperationException extends \LogicException implements \Ramsey\Uuid\Exception\UuidExceptionInterface
Expanded class hierarchy of UnsupportedOperationException
6 files declare their use of UnsupportedOperationException
- DeprecatedUuidMethodsTrait.php in vendor/
ramsey/ uuid/ src/ DeprecatedUuidMethodsTrait.php - LazyUuidFromString.php in vendor/
ramsey/ uuid/ src/ Lazy/ LazyUuidFromString.php - OrderedTimeCodec.php in vendor/
ramsey/ uuid/ src/ Codec/ OrderedTimeCodec.php - Time.php in vendor/
ramsey/ uuid/ src/ Type/ Time.php - Uuid.php in vendor/
ramsey/ uuid/ src/ Uuid.php
File
-
vendor/
ramsey/ uuid/ src/ Exception/ UnsupportedOperationException.php, line 22
Namespace
Ramsey\Uuid\ExceptionView source
class UnsupportedOperationException extends PhpLogicException implements UuidExceptionInterface {
}