Skip to content

Throwing custom errors does not work properly #137

Description

@jonasstrehle
@sync class MyCustomError extends Error {}

throw new MyCustomError("sh*t");

resolved to "Error" type.

Custom errors like TypeError do work

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions