Interface ErrorConstructor
Callable
- __call(message?: undefined | string): Error
-
Parameters
-
Optional message: undefined | string
Constructors
constructor
- new ErrorConstructor(message?: undefined | string): Error
-
Parameters
-
Optional message: undefined | string
Properties
asyncTrace
Readonly prototype