Skip to content

more instantiation features #6

@richrdkng

Description

@richrdkng
  • Exception.from('msg', 11); - do not throw, just create exception
  • throw new Exception(Exception); - throw previously constructed exception
  • throw new Exception([Exception, 1, 2], id); - throw previously constructed exception and overwrite values

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions