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';