(defn exception-stacktrace [t] (map #(list %1 %2 '(:restartable nil)) (iterate inc 0) (map str (.getStackTrace t))))
Comments top
No comments for exception-stacktrace. Log in to add a comment.