Exception: InvalidResponseException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/plenty_client/request.rb

Instance Method Summary collapse

Constructor Details

#initialize(http_method, rest_path, params) ⇒ InvalidResponseException

Returns a new instance of InvalidResponseException.



125
126
127
# File 'lib/plenty_client/request.rb', line 125

def initialize(http_method, rest_path, params)
  super("The response was null. http_Method: #{http_method}, Path: #{rest_path}, options: #{params}")
end