| 
    Open Journal Systems
    3.3.0
    
   | 
 
  
Public Member Functions | |
| __construct ( $message, RequestInterface $request, ResponseInterface $response=null, \Exception $previous=null, array $handlerContext=[]) | |
  Public Member Functions inherited from GuzzleHttp\Exception\RequestException | |
| getHandlerContext () | |
| getRequest () | |
| getResponse () | |
| hasResponse () | |
Additional Inherited Members | |
  Static Public Member Functions inherited from GuzzleHttp\Exception\RequestException | |
| static | create (RequestInterface $request, ResponseInterface $response=null, \Exception $previous=null, array $ctx=[]) | 
| static | getResponseBodySummary (ResponseInterface $response) | 
| static | wrapException (RequestInterface $request, \Exception $e) | 
Exception when an HTTP error occurs (4xx or 5xx error)
Definition at line 10 of file vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php.
| GuzzleHttp\Exception\BadResponseException::__construct | ( | $message, | |
| RequestInterface | $request, | ||
| ResponseInterface | $response = null,  | 
        ||
| \Exception | $previous = null,  | 
        ||
| array | $handlerContext = []  | 
        ||
| ) | 
Reimplemented from GuzzleHttp\Exception\RequestException.
Definition at line 12 of file vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php.