class
OpenRouter::InvalidJSONResponse
- OpenRouter::InvalidJSONResponse
- Exception
- Reference
- Object
Defined in:
openrouter/types/response.crConstructors
Instance Method Summary
-
#cause : Exception | Nil
Returns the previous exception at the time this exception was raised.
- #text : String
Constructor Detail
Instance Method Detail
def cause : Exception | Nil
#
Description copied from class Exception
Returns the previous exception at the time this exception was raised. This is useful for wrapping exceptions and retaining the original exception information.