Skip to content

Add typed catch support #33

@CrabDude

Description

@CrabDude

And Error.create for convenience.

Something like...

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions