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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |