Exception: Kameleoon::Exception::FeatureConfigurationNotFound

Inherits:
NotFound show all
Defined in:
lib/kameleoon/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(id = "") ⇒ FeatureConfigurationNotFound

Returns a new instance of FeatureConfigurationNotFound.



24
25
26
# File 'lib/kameleoon/exceptions.rb', line 24

def initialize(id = "")
  super("Feature flag " + id.to_s)
end