Exception: Flipflop::Callback

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

Instance Method Summary collapse

Constructor Details

#initialize(key, error) ⇒ Callback

Returns a new instance of Callback.



15
16
17
# File 'lib/flipflop/feature_set.rb', line 15

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