[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/php-ai-client/third-party/Http/Discovery/ -> Exception.php (source)

   1  <?php
   2  
   3  namespace WordPress\AiClientDependencies\Http\Discovery;
   4  
   5  /**
   6   * An interface implemented by all discovery related exceptions.
   7   *
   8   * @author Tobias Nyholm <tobias.nyholm@gmail.com>
   9   */
  10  interface Exception extends \Throwable
  11  {
  12  }


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