|
Open Monograph Press
3.3.0
|
Public Member Functions | |
| __construct ($message, RequestInterface $request, \Exception $previous=null) | |
Public Member Functions inherited from Psr\Http\Client\NetworkExceptionInterface | |
| getRequest () | |
Additional Inherited Members | |
Data Fields inherited from Http\Client\Exception | |
| trait | RequestAwareTrait |
Thrown when the request cannot be completed because of network issues.
There is no response object as this exception is thrown when no response has been received.
Definition at line 15 of file php-http/httplug/src/Exception/NetworkException.php.
| Http\Client\Exception\NetworkException::__construct | ( | $message, | |
| RequestInterface | $request, | ||
| \Exception | $previous = null |
||
| ) |
| string | $message | |
| RequestInterface | $request | |
| \Exception | null | $previous |
Definition at line 24 of file php-http/httplug/src/Exception/NetworkException.php.