(try [expr* catch-clause* finally-clause?])catch-clause => (catch classname name expr*)
finally-clause => (finally expr*)
Catches and handles JavaScript exceptions.
Examples
No examples yet. Be the first to add one!
(try [expr* catch-clause* finally-clause?])No examples yet. Be the first to add one!