Exception: Kameleoon::Exception::FeatureConfigurationNotFound

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

Overview

Feature Flag Configuration Not Found

Instance Method Summary collapse

Constructor Details

#initialize(id = '') ⇒ FeatureConfigurationNotFound

Returns a new instance of FeatureConfigurationNotFound.



35
36
37
# File 'lib/kameleoon/exceptions.rb', line 35

def initialize(id = '')
  super("Feature flag #{id}")
end