class SDM::RPCError

RPCError is a generic RPC error

def initialize(msg, code)

def initialize(msg, code)
  @code = code
  super(msg)
end