Liking cljdoc? Tell your friends :D

promisefx.fx.error


always-catchclj/smacro

(always-catch m mv f)

catch an exception in the mv form, ensuring catch always catches

catch an exception in the mv form, ensuring catch always catches
sourceraw docstring

always-finallyclj/smacro

(always-finally m mv f)

catch (and rethrow) an exception in the mv form, ensuring the finally fn always gets called

catch (and rethrow) an exception in the mv form,
ensuring the finally fn always gets called
sourceraw docstring

always-handleclj/smacro

(always-handle m mv f2)

catch an exception in the mv form, ensuring handle always handles

catch an exception in the mv form, ensuring handle always handles
sourceraw docstring

catchclj/smacro

(catch mv f)
(catch m mv f)
source

catch'clj/s

(catch' mv f2)
(catch' m mv f2)
source

finallyclj/smacro

(finally mv f)
(finally m mv f)
source

finally'clj/s

(finally' mv f2)
(finally' m mv f2)
source

handleclj/smacro

(handle mv f2)
(handle m mv f2)
source

handle'clj/s

(handle' mv f2)
(handle' m mv f2)
source

rejectclj/smacro

(reject v)
(reject m v)
source

reject'clj/s

(reject' m v)
source

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

× close