Liking cljdoc? Tell your friends :D
Clojure only.

simple.check2


checkcljmacro

(check form otherwise-msg)

Check if the given form is truthy, otherwise throw an exception with the given message. Alternative to assert that cannot be turned off and throwing RuntimeException instead of Error.

Check if the given form is truthy, otherwise throw an exception with
the given message. Alternative to `assert` that cannot be turned off
and throwing RuntimeException instead of Error.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close