cljs.repl/IPrintStacktrace

protocolsince v0.0-2843Edit
Source code @ clojurescript:src/main/clojure/cljs/repl.cljc
(defprotocol IPrintStacktrace
  (-print-stacktrace [repl-env stacktrace error build-options]
    "Implementing REPL evaluation environments are given the opportunity to
     print the mapped stacktrace themselves. This permits further processing."))