WordPress\AiClient\Common\Exception
InvalidArgumentException{}└─ AiClientExceptionInterface
Exception thrown when an invalid argument is provided.
This extends PHP's built-in InvalidArgumentException while implementing the AI Client exception interface for consistent catch handling.
Хуков нет.
Использование
$InvalidArgumentException = new InvalidArgumentException(); // use class methods
Методы
Нет Методов у класса.Список изменений
| С версии 0.2.0 | Введена. |
Код InvalidArgumentException{} InvalidArgumentException{} WP 7.0
class InvalidArgumentException extends \InvalidArgumentException implements AiClientExceptionInterface
{
}