[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

   1  <?php
   2  
   3  namespace WordPress\AiClientDependencies\Http\Discovery\Exception;
   4  
   5  use WordPress\AiClientDependencies\Http\Discovery\Exception;
   6  /**
   7   * This exception is thrown when we cannot use a discovery strategy. This is *not* thrown when
   8   * the discovery fails to find a class.
   9   *
  10   * @author Tobias Nyholm <tobias.nyholm@gmail.com>
  11   */
  12  class StrategyUnavailableException extends \RuntimeException implements Exception
  13  {
  14  }


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