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.
Хуков нет.
Использование
$RuntimeException = new RuntimeException(); // use class methods
Методы
Нет Методов у класса.Список изменений
| С версии 0.2.0 | Введена. |
Код RuntimeException{} RuntimeException{} WP 7.1
class RuntimeException extends \RuntimeException implements AiClientExceptionInterface
{
}