(defn build-backtrace [start end] (doall (take (- end start) (drop start (exception-stacktrace *current-exception*)))))
Comments top
No comments for build-backtrace. Log in to add a comment.