Options
All
  • Public
  • Public/Protected
  • All
Menu

Class KillTimeoutError

Hierarchy

  • Error
    • KillTimeoutError

Index

Constructors

  • Parameters

    • Optional message: string

    Returns KillTimeoutError

Properties

message: string
name: string = 'KillTimeoutError'
stack?: string
stackTraceLimit: number

Methods

  • captureStackTrace(targetObject: Object, constructorOpt?: Function): void
  • Create .stack property on a target object

    Parameters

    • targetObject: Object
    • Optional constructorOpt: Function

    Returns void

  • prepareStackTrace(err: Error, stackTraces: CallSite[]): any

Generated using TypeDoc