Back

print-stack-trace (clj)

(source)

function

(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).

Examples