class MmJsonClient::JsonRpcHttp::InvalidResponseFormat

The server responded with an invalid message format.

Public Class Methods

new(message = 'Server response format is invalid.') click to toggle source
Calls superclass method
# File lib/mm_json_client/json_rpc_http/exceptions.rb, line 5
def initialize(message = 'Server response format is invalid.')
  super(message)
end