Liking cljdoc? Tell your friends :D
All platforms.

com.fulcrologic.rad.errors

Support for consistent error reporting across all RAD projects/plugins. These errors report during development, but become no-ops in release builds that have zero overhead.

Support for consistent error reporting across all RAD projects/plugins. These errors report during development, but
become no-ops in release builds that have zero overhead.
raw docstring

required!clj/smacro

(required! context m k)
(required! context m k pred)

Log a readable error message and throw an exception if the given map m does not contain the key k whose value passes (pred (get m k)).

Log a readable error message and throw an exception if the given map `m` does not contain the key `k` whose
value passes `(pred (get m k))`.
sourceraw docstring

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

× close