File "ClientExceptionInterface.php"
Full Path: /home/coreesdt/public_html/wp-includes/php-ai-client/third-party/Psr/Http/Client/ClientExceptionInterface.php
File size: 202 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace WordPress\AiClientDependencies\Psr\Http\Client;
/**
* Every HTTP client related exception MUST implement this interface.
*/
interface ClientExceptionInterface extends \Throwable
{
}