deno / latest / ~ / errorconstructor.html

ErrorConstructor

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

Methods

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