Exception: LLM::Error::ResponseError
- Inherits:
-
LLM::Error
- Object
- RuntimeError
- LLM::Error
- LLM::Error::ResponseError
- Defined in:
- lib/llm/error.rb
Overview
The superclass of all HTTP protocol errors
Constant Summary
Constants inherited from LLM::Error
Instance Attribute Summary collapse
-
#response ⇒ Net::HTTPResponse
Returns the response associated with an error.
Method Summary
Methods inherited from LLM::Error
Constructor Details
This class inherits a constructor from LLM::Error
Instance Attribute Details
#response ⇒ Net::HTTPResponse
Returns the response associated with an error
17 18 19 |
# File 'lib/llm/error.rb', line 17 def response @response end |