class InvalidUuidStringException
Thrown to indicate that the string received is not a valid UUID
The InvalidArgumentException that this extends is the ramsey/uuid version of this exception. It exists in the same namespace as this class.
Hierarchy
- class \Ramsey\Uuid\Exception\InvalidArgumentException extends \InvalidArgumentException implements \Ramsey\Uuid\Exception\UuidExceptionInterface
- class \Ramsey\Uuid\Exception\InvalidUuidStringException extends \Ramsey\Uuid\Exception\InvalidArgumentException implements \Ramsey\Uuid\Exception\UuidExceptionInterface
Expanded class hierarchy of InvalidUuidStringException
2 files declare their use of InvalidUuidStringException
- StringCodec.php in vendor/
ramsey/ uuid/ src/ Codec/ StringCodec.php - TimestampFirstCombCodec.php in vendor/
ramsey/ uuid/ src/ Codec/ TimestampFirstCombCodec.php
File
-
vendor/
ramsey/ uuid/ src/ Exception/ InvalidUuidStringException.php, line 23
Namespace
Ramsey\Uuid\ExceptionView source
class InvalidUuidStringException extends InvalidArgumentException implements UuidExceptionInterface {
}