Class: StraightServer::GatewayModule::NoTestPubkey

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

Instance Method Summary collapse

Instance Method Details

#messageObject



45
46
47
48
# File 'lib/straight-server/gateway.rb', line 45

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