Open Journal Systems
3.3.0
|
Public Member Functions | |
__construct ( $message, RequestInterface $request, ResponseInterface $response=null, \Exception $previous=null, array $handlerContext=[]) | |
![]() | |
getHandlerContext () | |
getRequest () | |
getResponse () | |
hasResponse () | |
Additional Inherited Members | |
![]() | |
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.