Liking cljdoc? Tell your friends :D

kaocha.stacktrace


*stacktrace-filters*clj

source

elide-element?clj

(elide-element? e)
source

(print-cause-trace tr)
(print-cause-trace tr n)

Like print-stack-trace but prints chained exceptions (causes).

Like print-stack-trace but prints chained exceptions (causes).
sourceraw docstring

(print-stack-trace tr)
(print-stack-trace tr n)

Prints a Clojure-oriented stack trace of tr, a Throwable. Prints a maximum of n stack frames (default: unlimited). Does not print chained exceptions (causes).

Prints a Clojure-oriented stack trace of tr, a Throwable.
Prints a maximum of n stack frames (default: unlimited). Does not print
chained exceptions (causes).
sourceraw docstring

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

× close