• File: ClientExceptionInterface.php
  • Full Path: /www/wwwroot/pt-gaming.com/wp-includes/php-ai-client/third-party/Psr/Http/Client/ClientExceptionInterface.php
  • Date Modified: 02/20/2026 8:42 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
{
}