Exception: Enygma::Configuration::AdapterNotSet

Inherits:
StandardError
  • Object
show all
Defined in:
lib/enygma/configuration.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



15
16
17
# File 'lib/enygma/configuration.rb', line 15

def message
  "You haven't chosen an adapter to use. Available adapters are #{Enygma::Configuration::ADAPTERS.join(', ')}."
end