Exception: ElephantInTheRoom::TheOneApiSdk::Errors::ClientError
- Inherits:
-
HttpError
- Object
- StandardError
- HttpError
- ElephantInTheRoom::TheOneApiSdk::Errors::ClientError
- Defined in:
- lib/elephant_in_the_room/the_one_api_sdk/errors.rb
Overview
Errors in the HTTP 4XX range
Instance Method Summary collapse
-
#initialize(response) ⇒ ClientError
constructor
A new instance of ClientError.
Constructor Details
#initialize(response) ⇒ ClientError
Returns a new instance of ClientError.
23 24 25 |
# File 'lib/elephant_in_the_room/the_one_api_sdk/errors.rb', line 23 def initialize(response) super("Client Error", response) end |