class MistralClient::MistralResponseError

Attributes

response[R]

Public Class Methods

new(response) click to toggle source
Calls superclass method
# File lib/mistral_client/error.rb, line 11
def initialize(response)
  @response = response
  super(response)
end