Skip to main content

catch

special-formv1.7

cljs.core/catch

Available in:CLJCLJS
(catch [classname name 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!