(defmacro raise "Raise an error of the type err-name, constructed with the given args" [err-name & args] `(raise* (~err-name ~(zipmap (::args (meta (resolve err-name))) args))))
Comments top
No comments for raise. Log in to add a comment.