Exception thrown for runtime errors.
Description
This extends PHP’s built-in RuntimeException while implementing the AI Client exception interface for consistent catch handling.
Source
class RuntimeException extends \RuntimeException 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.