|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct ($message, RequestInterface $request, \Exception $previous=null) | |
Public Member Functions inherited from Psr\Http\Client\RequestExceptionInterface | |
| getRequest () | |
Additional Inherited Members | |
Data Fields inherited from Http\Client\Exception | |
| trait | RequestAwareTrait |
Exception for when a request failed, providing access to the failed request.
This could be due to an invalid request, or one of the extending exceptions for network errors or HTTP error responses.
Definition at line 16 of file vendor/php-http/httplug/src/Exception/RequestException.php.
| Http\Client\Exception\RequestException::__construct | ( | $message, | |
| RequestInterface | $request, | ||
| \Exception | $previous = null |
||
| ) |
| string | $message | |
| RequestInterface | $request | |
| \Exception | null | $previous |
Definition at line 25 of file vendor/php-http/httplug/src/Exception/RequestException.php.