Exception: InvalidResponseException
- Inherits:
-
StandardError
- Object
- StandardError
- InvalidResponseException
- Defined in:
- lib/plenty_client/request.rb
Instance Method Summary collapse
-
#initialize(http_method, rest_path, params) ⇒ InvalidResponseException
constructor
A new instance of InvalidResponseException.
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 |