interface ErrorConstructor {
    new ErrorConstructornew (message?: string): Error;
    prototype: Error;
    (message?: string): Error;
}

Hierarchy-Diagram

UML class diagram of ErrorConstructor
Legend
icon for an interface in the UML class diagram interface
icon for a public property in the UML class diagram public property

Hierarchy (view full)

  • Parameters

    • Optional message: string

    Returns Error

Constructors

Properties

Constructors

  • Parameters

    • Optional message: string

    Returns Error

Properties

prototype: Error