# wordpress-seo/28.2/vendor_prefixed/psr/http-client/src/ClientExceptionInterface.php

Yoast SEO – Advanced SEO with real-time guidance and built-in AI, version 28.2. 11 lines.

- Page: https://pluginprobe.com/plugins/wordpress-seo/28.2/code/vendor_prefixed/psr/http-client/src/ClientExceptionInterface.php
- Raw: https://pluginprobe.com/plugins/wordpress-seo/28.2/raw/vendor_prefixed/psr/http-client/src/ClientExceptionInterface.php
- Modified: 2023-09-19T09:07:18+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/wordpress-seo/28.2/code/vendor_prefixed/psr/http-client/src/ClientExceptionInterface.php#L10-L20`.

```php
<?php

namespace YoastSEO_Vendor\Psr\Http\Client;

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

```
