deno / 1.23.2 / ~ / errorconstructor.html /

ErrorConstructor

interface ErrorConstructor {
captureStackTrace( error: Object , constructor?: Function) : void;
}

Methods

captureStackTrace( error: Object , constructor?: Function) : void