Exception: ThisFeature::NoAdaptersError

Inherits:
Error
  • Object
show all
Defined in:
lib/this_feature/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeNoAdaptersError

Returns a new instance of NoAdaptersError.



17
18
19
# File 'lib/this_feature/errors.rb', line 17

def initialize
  super('No adapters configured.')
end