/**
  * @return $this
  */
 public function andThrow($exception, $message = '', $code = 0, \Exception $previous = null)
 {
     $this->expectation->andThrow($exception, $message, $code, $previous);
     return $this;
 }