(defmacro fail [options] `(let [options# (assoc ~options :locals (local-bindings))] (when (config/debug) (should-repl options#)) (throw (new circumspec.AssertFailed (:msg options#) options#))))
Comments top
No comments for fail. Log in to add a comment.