(add-exception-map-to-report exception-map)
Inputs: [exception-map :- {:exception-name ps/Str, :ex-args-map (ps/pred (fn* [p1__16488#] (map? p1__16488#)))}]
Inputs: [exception-map :- {:exception-name ps/Str, :ex-args-map (ps/pred (fn* [p1__16488#] (map? p1__16488#)))}]
(notify-for-exception-if-needed clj-ex)
(notify-for-pseudo-exception-if-needed exception-name
error-msg
addtional-info-map)
Like (notify-for-exception-if-needed), except a shorter method call without needing to create an exception, as creating without throwing it causes a java/clj error.
Like (notify-for-exception-if-needed), except a shorter method call without needing to create an exception, as creating without throwing it causes a java/clj error.
(send-exception-report-email-if-needed)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close