Public Vars

Back

Throwable->map (clj)

(source)

function

(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

Examples