Exception: ElephantInTheRoom::TheOneApiSdk::Errors::ServerError
- Inherits:
-
HttpError
- Object
- StandardError
- HttpError
- ElephantInTheRoom::TheOneApiSdk::Errors::ServerError
- Defined in:
- lib/elephant_in_the_room/the_one_api_sdk/errors.rb
Overview
Errors in the HTTP 5XX range
Instance Method Summary collapse
-
#initialize(response) ⇒ ServerError
constructor
A new instance of ServerError.
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 |