Exception: ElephantInTheRoom::TheOneApiSdk::Errors::ClientError

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

Overview

Errors in the HTTP 4XX range

Instance Method Summary collapse

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