Liking cljdoc? Tell your friends :D
Clojure only.

clj-util.error


retrycljmacro

(retry max-attempts & body)

Tries to execute body in a try/catch up to max-attempts number of times.

Tries to execute body in a try/catch up to max-attempts number of times.
sourceraw docstring

try-or-elseclj

(try-or-else f default)

Try to evaluate f. If f throws, returns default.

Try to evaluate f.
If f throws, returns default.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close