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