Exception: Flipflop::FeatureError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/flipflop/feature_set.rb

Instance Method Summary collapse

Constructor Details

#initialize(key, error) ⇒ FeatureError

Returns a new instance of FeatureError.



3
4
5
# File 'lib/flipflop/feature_set.rb', line 3

def initialize(key, error)
  super("Feature '#{key}' #{error}.")
end