继承关系

  • Error
    • EmptyChannelError

构造函数

  • 参数

    • 可选 message: string

    返回 EmptyChannelError

属性

message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

可选覆盖格式化堆栈跟踪

类型声明

    • (err, stackTraces): any
    • 参数

      • err: Error
      • stackTraces: CallSite[]

      返回 any

stackTraceLimit: number

访问器

  • get unminifiable_name(): string
  • 返回 string

方法

  • 在目标对象上创建 .stack 属性

    参数

    • targetObject: object
    • 可选 constructorOpt: Function

    返回 void