Exception: Protobuf::Rpc::RpcError
- Defined in:
- lib/protobuf/rpc/error/server_error.rb
Instance Attribute Summary
Attributes inherited from PbError
Instance Method Summary collapse
-
#initialize(message = 'RPC exception occurred') ⇒ RpcError
constructor
A new instance of RpcError.
Methods inherited from PbError
Constructor Details
#initialize(message = 'RPC exception occurred') ⇒ RpcError
Returns a new instance of RpcError.
31 32 33 |
# File 'lib/protobuf/rpc/error/server_error.rb', line 31 def initialize ='RPC exception occurred' super , 'RPC_ERROR' end |