The server response exception class.
<?php
use miBadger\Http\ServerRequestException;
/**
* Throw a new server response exception.
*/
throw new ServerResponseException($serverResponse);
/**
* Returns the server response.
*/
$serverResponseException->getServerResponse()