Exception: Enygma::Configuration::AdapterNotSet
- Inherits:
-
StandardError
- Object
- StandardError
- Enygma::Configuration::AdapterNotSet
- Defined in:
- lib/enygma/configuration.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
15 16 17 |
# File 'lib/enygma/configuration.rb', line 15 def "You haven't chosen an adapter to use. Available adapters are #{Enygma::Configuration::ADAPTERS.join(', ')}." end |