Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Commit

Permalink
feat: Export HTTPError
Browse files Browse the repository at this point in the history
  • Loading branch information
andreidmt committed May 27, 2020
1 parent 6c40a10 commit 178505b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,5 @@ export const MULTIPART = (url, { body = {}, headers } = {}) => {
},
})
}

export { HTTPError } from "./fn.http-error"

0 comments on commit 178505b

Please sign in to comment.