| [ 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\Contracts; 5 6 use Throwable; 7 /** 8 * Base interface for all AI Client exceptions. 9 * 10 * This interface allows callers to catch all AI Client specific exceptions 11 * with a single catch statement. 12 * 13 * @since 0.2.0 14 */ 15 interface AiClientExceptionInterface extends Throwable 16 { 17 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Sat Jun 13 09:38:55 2026 | Cross-referenced by PHPXref |