Liking cljdoc? Tell your friends :D

zpst.exception


concat-causesclj

(concat-causes e)

Take an exception and concatenate all of the causes onto one another.

Take an exception and concatenate all of the causes onto one another.
sourceraw docstring

exception-vecclj

(exception-vec e)

Given a single exception, look through it and get all of the nested exception information out into a top level vector of maps.

Given a single exception, look through it and get all of the
nested exception information out into a top level vector of
maps.
sourceraw docstring

extract-infoclj

(extract-info e)

Given an exception, get the information we are about out of it. Return this in a map with keys: [:stacktrace-array :exception :exception-str :zcall-vec]

Given an exception, get the information we are about out
of it.  Return this in a map with keys:
[:stacktrace-array :exception :exception-str :zcall-vec]
sourceraw docstring

sconcatclj

(sconcat stacktrace-array-seq)

Concatentate a sequence of stacks together (which are actually arrays).

Concatentate a sequence of stacks together (which are actually arrays).
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close