# authorizer/3.3.2/vendor/psr/http-client/src/ClientExceptionInterface.php

Authorizer, version 3.3.2. 11 lines.

- Page: https://pluginprobe.com/plugins/authorizer/3.3.2/code/vendor/psr/http-client/src/ClientExceptionInterface.php
- Raw: https://pluginprobe.com/plugins/authorizer/3.3.2/raw/vendor/psr/http-client/src/ClientExceptionInterface.php
- Modified: 2021-02-04T21:50:46+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/authorizer/3.3.2/code/vendor/psr/http-client/src/ClientExceptionInterface.php#L10-L20`.

```php
<?php

namespace Psr\Http\Client;

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

```
