Exception: Protobuf::Rpc::InvalidRequestProto
- Defined in:
- lib/protobuf/rpc/error/client_error.rb
Instance Attribute Summary
Attributes inherited from PbError
Instance Method Summary collapse
-
#initialize(message = 'Invalid request type given') ⇒ InvalidRequestProto
constructor
A new instance of InvalidRequestProto.
Methods inherited from PbError
Constructor Details
#initialize(message = 'Invalid request type given') ⇒ InvalidRequestProto
Returns a new instance of InvalidRequestProto.
7 8 9 |
# File 'lib/protobuf/rpc/error/client_error.rb', line 7 def initialize ='Invalid request type given' super , 'INVALID_REQUEST_PROTO' end |