(catch [classname name expr*])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!
(catch [classname name expr*])No examples yet. Be the first to add one!