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

    • Optional message: string

    Returns Error

Constructors

Properties

Constructors

  • Parameters

    • Optional message: string

    Returns Error

Properties

prototype: Error