Exception: Protobuf::Rpc::DataNotFound
- Defined in:
- lib/protobuf/rpc/error/server_error.rb
Instance Attribute Summary
Attributes inherited from PbError
Instance Method Summary collapse
-
#initialize(message = 'Requested data not found') ⇒ DataNotFound
constructor
A new instance of DataNotFound.
Methods inherited from PbError
Constructor Details
#initialize(message = 'Requested data not found') ⇒ DataNotFound
Returns a new instance of DataNotFound.
55 56 57 |
# File 'lib/protobuf/rpc/error/server_error.rb', line 55 def initialize( = 'Requested data not found') super , 'DATA_NOT_FOUND' end |