Exception: Protobuf::Rpc::MethodNotFound
- Defined in:
- lib/protobuf/rpc/error/server_error.rb
Instance Attribute Summary
Attributes inherited from PbError
Instance Method Summary collapse
-
#initialize(message = 'Service method not found') ⇒ MethodNotFound
constructor
A new instance of MethodNotFound.
Methods inherited from PbError
Constructor Details
#initialize(message = 'Service method not found') ⇒ MethodNotFound
Returns a new instance of MethodNotFound.
25 26 27 |
# File 'lib/protobuf/rpc/error/server_error.rb', line 25 def initialize ='Service method not found' super , 'METHOD_NOT_FOUND' end |