components/errors.rb in mistral-ai-1.1.0 vs components/errors.rb in mistral-ai-1.1.1

- old
+ new

@@ -8,10 +8,9 @@ end end class MissingAPIKeyError < MistralError; end class BlockWithoutServerSentEventsError < MistralError; end - class UnsupportedError < MistralError; end class RequestError < MistralError attr_reader :request, :payload def initialize(message = nil, request: nil, payload: nil)