Type alias ErrorConstructor

ErrorConstructor: (new (message?: string) => Error)

Type declaration

    • new (message?: string): Error
    • Parameters

      • Optional message: string

      Returns Error

Generated using TypeDoc