From fa5b08604a0f6834ecd3d98cbf392de753e76bff Mon Sep 17 00:00:00 2001 From: abmmhasan Date: Fri, 3 May 2024 21:14:01 +0600 Subject: [PATCH] Update ULID.php --- src/ULID.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ULID.php b/src/ULID.php index fa147a3..0ee2fab 100644 --- a/src/ULID.php +++ b/src/ULID.php @@ -6,7 +6,6 @@ use DateTimeInterface; use Exception; use Infocyph\UID\Exceptions\ULIDException; -use Random\RandomException; class ULID { @@ -23,7 +22,7 @@ class ULID * * @param DateTimeInterface|null $dateTime * @return string - * @throws RandomException + * @throws Exception */ public static function generate(?DateTimeInterface $dateTime = null): string {