From bfafa3680bd37fc002ecab7d9d435966d268103d Mon Sep 17 00:00:00 2001 From: jo-seongjun Date: Wed, 26 Nov 2025 09:23:57 +0900 Subject: [PATCH] =?UTF-8?q?add/=EB=88=84=EB=9D=BD=EB=90=9C=20exception=20i?= =?UTF-8?q?ndex=EC=97=90=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 4e62ae5..985556d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -26,6 +26,7 @@ export { TooManyRequestsException, UnauthorizedException, UnknownException, + UnprocessableEntityException, } from './exception'; export { HttpClient, HttpState } from './http-client';