(defn reload-exception-message [throwable] (error-string (str "exception while loading\n" (with-out-str (.printStackTrace throwable (java.io.PrintWriter. *out*))))))
Comments top
No comments for reload-exception-message. Log in to add a comment.