# tablepress/2.2.4/libraries/vendor/Psr/Http/Client/ClientExceptionInterface.php

TablePress – Tables in WordPress made easy, version 2.2.4. 11 lines.

- Page: https://pluginprobe.com/plugins/tablepress/2.2.4/code/libraries/vendor/Psr/Http/Client/ClientExceptionInterface.php
- Raw: https://pluginprobe.com/plugins/tablepress/2.2.4/raw/libraries/vendor/Psr/Http/Client/ClientExceptionInterface.php
- Modified: 2022-12-19T11:32:06+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/tablepress/2.2.4/code/libraries/vendor/Psr/Http/Client/ClientExceptionInterface.php#L10-L20`.

```php
<?php

namespace TablePress\Psr\Http\Client;

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

```
