(defn error "Base type for all error-kit errors" {::args [:msg :unhandled :tag]} [details] (merge {:tag `error :msg "exception via error-kit" :unhandled (throw-msg Exception)} details))
Comments top
No comments for error. Log in to add a comment.