diff --git a/src/AuthorizationGate.php b/src/AuthorizationGate.php index 898a24b..3198a4a 100644 --- a/src/AuthorizationGate.php +++ b/src/AuthorizationGate.php @@ -153,7 +153,7 @@ public function retrieve(mixed $userId): Grant /** * Refreshes a users Access token * @param string $refreshToken The raw string value of the refresh token - * @throws TokenNotFoundException if the refresh token is not found + * @throws NotFoundException if the refresh token is not found * @throws TokenExpiredException if token is expired * @return Grant a grant with the new access token */