WordPress\AiClient\Common\Contracts
AiClientExceptionInterface{}└─ Throwable
Base interface for all AI Client exceptions.
This interface allows callers to catch all AI Client specific exceptions with a single catch statement.
No Hooks.
Usage
$AiClientExceptionInterface = new AiClientExceptionInterface(); // use class methods
Methods
No Methods in class.Changelog
| Since 0.2.0 | Introduced. |
AiClientExceptionInterface{} AiClientExceptionInterface{} code WP 7.0
interface AiClientExceptionInterface extends Throwable
{
}