We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a136385 commit aa96f9dCopy full SHA for aa96f9d
src/tada/events/ring.clj
@@ -15,4 +15,7 @@
15
:incorrect 400
16
:forbidden 403
17
:unsupported 405
18
- :not-found 404)}))))
+ :not-found 404
19
+ ;; if no anomaly (usually do to event :effect or :return throwing)
20
+ ;; rethrow the exception
21
+ (throw e))}))))
0 commit comments