Exception: StraightServer::GatewayModule::NoBlockchainAdapters
- Inherits:
-
Exception
- Object
- Exception
- StraightServer::GatewayModule::NoBlockchainAdapters
- Defined in:
- lib/straight-server/gateway.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
22 23 24 25 26 |
# File 'lib/straight-server/gateway.rb', line 22 def "No blockchain adapters were found! StraightServer cannot query the blockchain.\n" + "Check your ~/.straight/config.yml file and make sure valid blockchain adapters\n" + "are present." end |