• File: ClientExceptionInterface.php
  • Full Path: /home/bazilika/public_html/wp-includes/php-ai-client/third-party/Psr/Http/Client/ClientExceptionInterface.php
  • Date Modified: 05/22/2026 3:17 AM
  • 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
{
}