Skip to content

Commit 252686b

Browse files
committed
fix exception args
1 parent c25b386 commit 252686b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-clj/libmisc_clj/errors.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
(let [^String msg (apply format (str fmt) args)]
2727
(throw (IllegalMonitorStateException. msg))))
2828

29-
(defn not-authorized! [fmt id & args]
29+
(defn not-authorized! [fmt & args]
3030
(let [^String msg (apply format (str fmt) args)]
3131
(throw (NoSuchMechanismException. msg))))
3232

0 commit comments

Comments
 (0)