namespace Ramsey\Uuid\Exception
Object name | File name | Summary |
---|---|---|
BuilderNotFoundException | vendor/ramsey/uuid/src/Exception/BuilderNotFoundException.php | Thrown to indicate that no suitable builder could be found |
DateTimeException | vendor/ramsey/uuid/src/Exception/DateTimeException.php | Thrown to indicate that the PHP DateTime extension encountered an exception/error |
DceSecurityException | vendor/ramsey/uuid/src/Exception/DceSecurityException.php | Thrown to indicate an exception occurred while dealing with DCE Security (version 2) UUIDs |
InvalidArgumentException | vendor/ramsey/uuid/src/Exception/InvalidArgumentException.php | Thrown to indicate that the argument received is not valid |
InvalidBytesException | vendor/ramsey/uuid/src/Exception/InvalidBytesException.php | Thrown to indicate that the bytes being operated on are invalid in some way |
InvalidUuidStringException | vendor/ramsey/uuid/src/Exception/InvalidUuidStringException.php | Thrown to indicate that the string received is not a valid UUID |
NameException | vendor/ramsey/uuid/src/Exception/NameException.php | Thrown to indicate that an error occurred while attempting to hash a namespace and name |
NodeException | vendor/ramsey/uuid/src/Exception/NodeException.php | Thrown to indicate that attempting to fetch or create a node ID encountered an error |
RandomSourceException | vendor/ramsey/uuid/src/Exception/RandomSourceException.php | Thrown to indicate that the source of random data encountered an error |
TimeSourceException | vendor/ramsey/uuid/src/Exception/TimeSourceException.php | Thrown to indicate that the source of time encountered an error |
UnableToBuildUuidException | vendor/ramsey/uuid/src/Exception/UnableToBuildUuidException.php | Thrown to indicate a builder is unable to build a UUID |
UnsupportedOperationException | vendor/ramsey/uuid/src/Exception/UnsupportedOperationException.php | Thrown to indicate that the requested operation is not supported |
UuidExceptionInterface | vendor/ramsey/uuid/src/Exception/UuidExceptionInterface.php |