### Starting a REPL with :caught Source: https://github.com/seancorfield/rephrase/blob/main/README.md You can also use org.corfield.rephrase/repl-caught directly when starting a REPL, by passing it as the value of the :caught option. For example: ```clojure (require '[org.corfield.rephrase :as rephrase]) (clojure.main/repl :caught rephrase/repl-caught) ``` -------------------------------- ### Dependency Source: https://github.com/seancorfield/rephrase/blob/main/README.md Add the following dependency to your project (or as a global dependency in your user-level deps.edn or profiles.clj file): ```clojure org.corfield/rephrase {:mvn/version "1.0.2"} ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.