[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/php-ai-client/third-party/Psr/Http/Client/ -> ClientExceptionInterface.php (source)

   1  <?php
   2  
   3  namespace WordPress\AiClientDependencies\Psr\Http\Client;
   4  
   5  /**
   6   * Every HTTP client related exception MUST implement this interface.
   7   */
   8  interface ClientExceptionInterface extends \Throwable
   9  {
  10  }


Generated : Sat Jun 13 09:38:55 2026 Cross-referenced by PHPXref