WordPress\AiClient\Common\Exception
RuntimeException{}└─ AiClientExceptionInterface
Exception thrown for runtime errors.
This extends PHP's built-in RuntimeException while implementing the AI Client exception interface for consistent catch handling.
No Hooks.
Usage
$RuntimeException = new RuntimeException(); // use class methods
Methods
No Methods in class.Changelog
| Since 0.2.0 | Introduced. |
RuntimeException{} RuntimeException{} code WP 7.0
class RuntimeException extends \RuntimeException implements AiClientExceptionInterface
{
}