WordPress\AiClient\Common\Contracts

AiClientExceptionInterface{}interfaceWP 0.2.0└─ Throwable

Base interface for all AI Client exceptions.

This interface allows callers to catch all AI Client specific exceptions with a single catch statement.

Хуков нет.

Использование

$AiClientExceptionInterface = new AiClientExceptionInterface();
// use class methods

Методы

Нет Методов у класса.

Список изменений

С версии 0.2.0 Введена.

Код AiClientExceptionInterface{} WP 7.0

interface AiClientExceptionInterface extends Throwable
{
}