WordPress\AiClientDependencies\Psr\Http\Client

ClientExceptionInterface{} │ interface │ WP 1.0

Every HTTP client related exception MUST implement this interface.

No Hooks.

Usage

$ClientExceptionInterface = new ClientExceptionInterface();
// use class methods

Methods

No Methods in class.

ClientExceptionInterface{} code WP 7.1.2

interface ClientExceptionInterface extends \Throwable
{
}