[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

   1  <?php
   2  
   3  namespace WordPress\AiClientDependencies\Http\Discovery\Exception;
   4  
   5  use WordPress\AiClientDependencies\Http\Discovery\Exception;
   6  /**
   7   * Thrown when a discovery does not find any matches.
   8   *
   9   * @final do NOT extend this class, not final for BC reasons
  10   *
  11   * @author Márk Sági-Kazár <mark.sagikazar@gmail.com>
  12   */
  13  /* final */
  14  class NotFoundException extends \RuntimeException implements Exception
  15  {
  16  }


Generated : Fri Jul 24 08:20:19 2026 Cross-referenced by PHPXref