Method: Chroma::APIError#initialize
- Defined in:
- lib/chroma/errors.rb
#initialize(message = nil, status: nil, body: nil, response: nil) ⇒ APIError
Returns a new instance of APIError.
57 58 59 60 61 |
# File 'lib/chroma/errors.rb', line 57 def initialize( = nil, status: nil, body: nil, response: nil) super end |