class RuntimeException {}

In this article

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

VersionDescription
0.2.0Introduced.

User Contributed Notes

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