(defn caught [exc] (if (= (.getCause exc) quit-dr-exception) (throw quit-dr-exception) (clojure.main/repl-caught exc)))
Comments top
No comments for caught. Log in to add a comment.