• File: ClientExceptionInterface.php
  • Full Path: /var/www/trendyshoppers.co.uk/public_html/wp-includes/php-ai-client/third-party/Psr/Http/Client/ClientExceptionInterface.php
  • Date Modified: 05/24/2026 11:01 PM
  • 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
{
}