Skip to main content

try

special-formv1.7

cljs.core/try

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

No examples yet. Be the first to add one!