(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).
(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).
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close