Skip to main content

print-stack-trace

functionv1.1

clojure.stacktrace/print-stack-trace

Available in:BBCLJ
(print-stack-trace [tr] [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).

No examples yet. Be the first to add one!