Exception: Protobuf::Rpc::BadResponseProto
- Defined in:
- lib/protobuf/rpc/error/client_error.rb
Instance Attribute Summary
Attributes inherited from PbError
Instance Method Summary collapse
-
#initialize(message = 'Bad response type from server') ⇒ BadResponseProto
constructor
A new instance of BadResponseProto.
Methods inherited from PbError
Constructor Details
#initialize(message = 'Bad response type from server') ⇒ BadResponseProto
Returns a new instance of BadResponseProto.
13 14 15 |
# File 'lib/protobuf/rpc/error/client_error.rb', line 13 def initialize ='Bad response type from server' super , 'BAD_RESPONSE_PROTO' end |