(error & vals)
Throws an error with the provided message(s)
Throws an error with the provided message(s)
(error? & body)
Returns true if executing body throws an error, false otherwise.
Returns true if executing body throws an error, false otherwise.
(iae exception-str)
Throws IllegalArgumentException with provided string
Throws IllegalArgumentException with provided string
(iae-when-not pred? exception-str)
Throws an IllegalArgumentException when the predicate is not satisfied
Throws an IllegalArgumentException when the predicate is not satisfied
(TODO)
(TODO & vals)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close