mirror of
https://github.com/metosin/reitit.git
synced 2026-01-06 23:49:50 +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))]
|
||||
(error-handler error data request)))
|
||||
|
||||
(defn- on-exception [e handlers request respond raise]
|
||||
(defn- on-exception [handlers e request respond raise]
|
||||
(try
|
||||
(respond (call-error-handler handlers e request))
|
||||
(catch Exception e
|
||||
|
|
|
|||
Loading…
Reference in a new issue