Skip to content

0.0.34

Choose a tag to compare

@yuming-long yuming-long released this 30 Jun 16:19
· 7 commits to main since this release
61a29e7
chore [Nex-57]: remove calling `wrap_error` for `HTTPException` (#55)

we should not add each case for different HTTP status code -> should
just raise one when we see one

`wrap_error` should only be called for `Exception`