Exception: Flipflop::StrategyError

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

Instance Method Summary collapse

Constructor Details

#initialize(key, error) ⇒ StrategyError

Returns a new instance of StrategyError.



9
10
11
# File 'lib/flipflop/feature_set.rb', line 9

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