REPL utility. Prints a brief stack trace for the root cause of the
most recent exception.
(defn e
"REPL utility. Prints a brief stack trace for the root cause of the
most recent exception."
{:added "1.1"}
[]
(print-stack-trace (root-cause *e) 8))
Comments top
No comments for e. Log in to add a comment.