Liking cljdoc? Tell your friends :D

core.nlp.utils


errorcljmacro

(error & vals)

Throws an error with the provided message(s)

Throws an error with the provided message(s)
raw docstring

error?cljmacro

(error? & body)

Returns true if executing body throws an error, false otherwise.

Returns true if executing body throws an error, false otherwise.
raw docstring

iaecljmacro

(iae exception-str)

Throws IllegalArgumentException with provided string

Throws IllegalArgumentException with provided string
raw docstring

iae-when-notcljmacro

(iae-when-not pred? exception-str)

Throws an IllegalArgumentException when the predicate is not satisfied

Throws an IllegalArgumentException when the predicate is not satisfied
raw docstring

TODOcljmacro

(TODO)
(TODO & vals)

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

× close