Class: StraightServer::GatewayModule::NoPubkey

Inherits:
StraightServerError
  • Object
show all
Defined in:
lib/straight-server/gateway.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



39
40
41
42
# File 'lib/straight-server/gateway.rb', line 39

def message
  "No public key were found! Gateway can't work without it.\n" +
  "Please provide it in config file or DB."
end