# depicter/1.9.2/modules/Psr/Http/Client/ClientExceptionInterface.php

Depicter — Popup &amp; Slider Builder, version 1.9.2. 11 lines.

- Page: https://pluginprobe.com/plugins/depicter/1.9.2/code/modules/Psr/Http/Client/ClientExceptionInterface.php
- Raw: https://pluginprobe.com/plugins/depicter/1.9.2/raw/modules/Psr/Http/Client/ClientExceptionInterface.php
- Modified: 2022-06-01T06:26:20+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/depicter/1.9.2/code/modules/Psr/Http/Client/ClientExceptionInterface.php#L10-L20`.

```php
<?php

namespace Depicter\Psr\Http\Client;

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

```
