Open Monograph Press  3.3.0
GuzzleHttp\Exception\ClientException Class Reference
Inheritance diagram for GuzzleHttp\Exception\ClientException:
GuzzleHttp\Exception\BadResponseException GuzzleHttp\Exception\RequestException GuzzleHttp\Exception\TransferException

Additional Inherited Members

- Public Member Functions inherited from GuzzleHttp\Exception\BadResponseException
 __construct ( $message, RequestInterface $request, ResponseInterface $response=null, \Exception $previous=null, array $handlerContext=[])
 
- Public Member Functions inherited from GuzzleHttp\Exception\RequestException
 getHandlerContext ()
 
 getRequest ()
 
 getResponse ()
 
 hasResponse ()
 
- 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)
 

Detailed Description

Exception when a client error is encountered (4xx codes)

Definition at line 7 of file ClientException.php.


The documentation for this class was generated from the following file: