Enhanced error reporting is achieved by ignoring HTTP error codes in the wrapper, instead throwing HttpServerException which includes the body of the response in the error message.
Inheritance: extends ScriptFUSION\Porter\Connector\CachingConnector
 public function testOneTry()
 {
     $this->setExpectedException(FailingTooHardException::class, '1');
     $this->fetch($this->connector->setTries(1));
 }