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