[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/php-ai-client/src/Common/Contracts/ -> AiClientExceptionInterface.php (source)

   1  <?php
   2  
   3  declare (strict_types=1);
   4  namespace WordPress\AiClient\Common\Contracts;
   5  
   6  use Throwable;
   7  /**
   8   * Base interface for all AI Client exceptions.
   9   *
  10   * This interface allows callers to catch all AI Client specific exceptions
  11   * with a single catch statement.
  12   *
  13   * @since 0.2.0
  14   */
  15  interface AiClientExceptionInterface extends Throwable
  16  {
  17  }


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