# give/4.16.9/vendor/vendor-prefixed/psr/http-client/src/ClientExceptionInterface.php

GiveWP – Donation Plugin and Fundraising Platform, version 4.16.9. 11 lines.

- Page: https://pluginprobe.com/plugins/give/4.16.9/code/vendor/vendor-prefixed/psr/http-client/src/ClientExceptionInterface.php
- Raw: https://pluginprobe.com/plugins/give/4.16.9/raw/vendor/vendor-prefixed/psr/http-client/src/ClientExceptionInterface.php
- Modified: 2026-05-12T02:57:12+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/give/4.16.9/code/vendor/vendor-prefixed/psr/http-client/src/ClientExceptionInterface.php#L10-L20`.

```php
<?php

namespace Give\Vendors\Psr\Http\Client;

/**
 * Every HTTP client related exception MUST implement this interface.
 */
interface ClientExceptionInterface extends \Throwable
{
}

```
