| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 <?php 2 3 declare (strict_types=1); 4 namespace WordPress\AiClient\Common\Exception; 5 6 use WordPress\AiClient\Common\Contracts\AiClientExceptionInterface; 7 /** 8 * Exception thrown for runtime errors. 9 * 10 * This extends PHP's built-in RuntimeException while implementing 11 * the AI Client exception interface for consistent catch handling. 12 * 13 * @since 0.2.0 14 */ 15 class RuntimeException extends \RuntimeException implements AiClientExceptionInterface 16 { 17 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Fri Jul 3 08:20:12 2026 | Cross-referenced by PHPXref |