render(opts: CGOptions): string {
    return `catch(${this.error})` + super.render(opts)
  }