class Protobuf::Rpc::RpcError

Public Class Methods

new(message = 'RPC exception occurred') click to toggle source
Calls superclass method Protobuf::Rpc::PbError.new
# File lib/protobuf/rpc/error/server_error.rb, line 31
def initialize(message = 'RPC exception occurred')
  super message, 'RPC_ERROR'
end