class Flipflop::FeatureError

Public Class Methods

new(key, error) click to toggle source
Calls superclass method
# File lib/flipflop/feature_set.rb, line 3
def initialize(key, error)
  super("Feature '#{key}' #{error}.")
end