Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ErrorConstructor

Hierarchy

  • ErrorConstructor

Callable

  • __call(message?: undefined | string): Error
  • Parameters

    • Optional message: undefined | string

    Returns Error

Index

Constructors

Properties

Constructors

constructor

  • new ErrorConstructor(message?: undefined | string): Error
  • Parameters

    • Optional message: undefined | string

    Returns Error

Properties

asyncTrace

asyncTrace: (error: Error | Throwable | string | any) => Error | Throwable

Type declaration

Readonly prototype

prototype: Error

Generated using TypeDoc