diff --git a/src/index.js b/src/index.js index 3f6f486..30c1418 100644 --- a/src/index.js +++ b/src/index.js @@ -162,3 +162,5 @@ export const MULTIPART = (url, { body = {}, headers } = {}) => { }, }) } + +export { HTTPError } from "./fn.http-error"