Instruments for analyzing exceptions and stacktraces which process exception objects and attach extra data to them.
Instruments for analyzing exceptions and stacktraces which process exception objects and attach extra data to them.
(analyze exception)
Return the analyzed cause chain for exception
beginning with the thrown
exception. exception
can be an instance of Throwable
or a map in the same
format as Throwable->map
. For ex-info
exceptions, the response contains a
:data
slot with the printed data. For clojure.spec asserts, the :spec
slot
contains a map of printed components describing spec failures.
Return the analyzed cause chain for `exception` beginning with the thrown exception. `exception` can be an instance of `Throwable` or a map in the same format as `Throwable->map`. For `ex-info` exceptions, the response contains a `:data` slot with the printed data. For clojure.spec asserts, the `:spec` slot contains a map of printed components describing spec failures.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close