class Protobuf::Rpc::MethodNotFound

def initialize(message = 'Service method not found')

def initialize(message = 'Service method not found')
  super message, 'METHOD_NOT_FOUND'
end