(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).
Examples
No examples yet. Be the first to add one!
(print-stack-trace [tr] [tr n])No examples yet. Be the first to add one!