Exception: FioAPI::InvalidJsonResponse

Inherits:
StandardError
  • Object
show all
Defined in:
lib/base/errors/invalid_json_response.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = "Invalid JSON response") ⇒ InvalidJsonResponse

Returns a new instance of InvalidJsonResponse.



3
4
5
# File 'lib/base/errors/invalid_json_response.rb', line 3

def initialize(message = "Invalid JSON response")
    super(message)
end