class Protobuf::Rpc::ServiceNotFound

Public Class Methods

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