Exception: ThisFeature::NoAdaptersError

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

Instance Method Summary collapse

Constructor Details

#initializeNoAdaptersError



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

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