| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
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 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Sat Jun 13 09:38:55 2026 | Cross-referenced by PHPXref |