try-expr

added
1.1

ns
clojure.test

type
macro

(try-expr msg form)

Used by the 'is' macro to catch unexpected exceptions.
You don't call this.

                (try-expr "Can I call this function?" (= 1 1))
;; => "No! I said you don't call this." - Rich Hickey