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.



122
123
124
# File 'lib/plenty_client/request.rb', line 122

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