trycatch icon indicating copy to clipboard operation
trycatch copied to clipboard

Add typed catch support

Open CrabDude opened this issue 11 years ago • 0 comments

And Error.create for convenience.

Something like...

trycatch(function() {
  ...
}, [EvalError], function(err) {
  // only catch EvalError
})

CrabDude avatar Feb 03 '14 20:02 CrabDude