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 is a website building & hosting documentation for Clojure/Script libraries

× close