class Protobuf::Rpc::DataNotFound

Public Class Methods

new(message = 'Requested data not found') click to toggle source
Calls superclass method Protobuf::Rpc::PbError::new
# File lib/protobuf/rpc/error/server_error.rb, line 55
def initialize(message = 'Requested data not found')
  super message, 'DATA_NOT_FOUND'
end