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
| Version | Description |
|---|---|
| 0.2.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.