Skip to main content

finally

special-formv1.7

cljs.core/finally

Available in:CLJCLJS
(finally [expr*])
catch-clause => (catch classname name expr*) finally-clause => (finally expr*) Catches and handles JavaScript exceptions.

No examples yet. Be the first to add one!