public get stack()

in src/error-context.ts [25:27]


  public get stack() {
    return this.error.stack;
  }