We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c25b386 commit 252686bCopy full SHA for 252686b
src-clj/libmisc_clj/errors.clj
@@ -26,7 +26,7 @@
26
(let [^String msg (apply format (str fmt) args)]
27
(throw (IllegalMonitorStateException. msg))))
28
29
-(defn not-authorized! [fmt id & args]
+(defn not-authorized! [fmt & args]
30
31
(throw (NoSuchMechanismException. msg))))
32
0 commit comments