Overrides InvocationStubber::willThrowException
public function willThrowException(Throwable $exception) : self { $stub = new Exception($exception); return $this->will($stub); }