namespace Http\Client\Exception
Object name | File name | Summary |
---|---|---|
HttpException | vendor/php-http/httplug/src/Exception/HttpException.php | Thrown when a response was received but the request itself failed. |
NetworkException | vendor/php-http/httplug/src/Exception/NetworkException.php | Thrown when the request cannot be completed because of network issues. |
RequestAwareTrait | vendor/php-http/httplug/src/Exception/RequestAwareTrait.php | |
RequestException | vendor/php-http/httplug/src/Exception/RequestException.php | Exception for when a request failed, providing access to the failed request. |
TransferException | vendor/php-http/httplug/src/Exception/TransferException.php | Base exception for transfer related exceptions. |