this.catch = function(...args) {
    this.spy.catch.apply(this, [...args]);
    return this;
  };