Skip to main content

Throwable->map

functionv1.7

clojure.core/Throwable->map

Available in:BBCLJCLJS
(Throwable->map [o])
Constructs a data representation for a Throwable with keys: :cause - root cause message :phase - error phase :via - cause chain, with cause keys: :type - exception class symbol :message - exception message :data - ex-data :at - top stack element :trace - root cause stack elements

No examples yet. Be the first to add one!