class Protobuf::Rpc::RpcError

def initialize message='RPC exception occurred'

def initialize message='RPC exception occurred'
  super message, 'RPC_ERROR'
end