Exception: MmJsonClient::JsonRpcHttp::InvalidResponseFormat

Inherits:
StandardError
  • Object
show all
Defined in:
lib/mm_json_client/json_rpc_http/exceptions.rb

Overview

The server responded with an invalid message format.

Instance Method Summary collapse

Constructor Details

#initialize(message = 'Server response format is invalid.') ⇒ InvalidResponseFormat

Returns a new instance of InvalidResponseFormat.



5
6
7
# File 'lib/mm_json_client/json_rpc_http/exceptions.rb', line 5

def initialize(message = 'Server response format is invalid.')
  super(message)
end