mirror of
https://github.com/metosin/reitit.git
synced 2026-02-13 14:55:17 +00:00
fix tests
This commit is contained in:
parent
862e921072
commit
8156922ebc
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@
|
||||||
(get handlers ::default default-handler))]
|
(get handlers ::default default-handler))]
|
||||||
(error-handler error data request)))
|
(error-handler error data request)))
|
||||||
|
|
||||||
(defn- on-exception [e handlers request respond raise]
|
(defn- on-exception [handlers e request respond raise]
|
||||||
(try
|
(try
|
||||||
(respond (call-error-handler handlers e request))
|
(respond (call-error-handler handlers e request))
|
||||||
(catch Exception e
|
(catch Exception e
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue