| [ 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 * 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 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Fri Jul 24 08:20:19 2026 | Cross-referenced by PHPXref |