Exception: ElephantInTheRoom::TheOneApiSdk::Errors::ServerError

Inherits:
HttpError
  • Object
show all
Defined in:
lib/elephant_in_the_room/the_one_api_sdk/errors.rb

Overview

Errors in the HTTP 5XX range

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ ServerError

Returns a new instance of ServerError.



15
16
17
# File 'lib/elephant_in_the_room/the_one_api_sdk/errors.rb', line 15

def initialize(response)
  super("Server Error", response)
end