Stacktrace
6REPL utility. Prints a brief stack trace for the root cause of the most recent exception.
functionclojure.stacktrace
Like print-stack-trace but prints chained exceptions (causes).
functionclojure.stacktrace
Prints a Clojure-oriented stack trace of tr, a Throwable. Prints a maximum of n stack frames (default: unlimited). D...
functionclojure.stacktrace
Prints the class and message of a Throwable. Prints the ex-data map if present.
functionclojure.stacktrace
Prints a Clojure-oriented view of one element in a stack trace.
functionclojure.stacktrace
Returns the last 'cause' Throwable in a chain of Throwables.
functionclojure.stacktrace