Liking cljdoc? Tell your friends :D
Clojure only.

formative.macros


with-fallbackcljmacro

(with-fallback fallback-fn & body)

Attempts to run body; if an ExceptionInfo with a :problems key is caught, calls fallback-fn with the problems as the argument.

Attempts to run body; if an ExceptionInfo with a :problems key is caught,
calls fallback-fn with the problems as the argument.
sourceraw docstring

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

× close