=> (try (/ 1 0) (catch Exception e (str "caught exception: " (.getMessage e)))) "caught exception: Divide by zero"
Please see http://clojure.org/special_forms#try
Please see http://clojure.org/special_forms#finally
Comments top
No comments for catch. Log in to add a comment.