class InvalidArgumentException {}

In this article

Exception thrown when an invalid argument is provided.

Description

This extends PHP’s built-in InvalidArgumentException while implementing the AI Client exception interface for consistent catch handling.

Source

class InvalidArgumentException extends \InvalidArgumentException implements AiClientExceptionInterface
{
}

Changelog

VersionDescription
0.2.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.