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.



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

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