Exception: Kameleoon::Exception::FeatureConfigurationNotFound
- Inherits:
-
NotFound
- Object
- StandardError
- KameleoonError
- NotFound
- Kameleoon::Exception::FeatureConfigurationNotFound
- Defined in:
- lib/kameleoon/exceptions.rb
Overview
Feature Flag Configuration Not Found
Instance Method Summary collapse
-
#initialize(id = '') ⇒ FeatureConfigurationNotFound
constructor
A new instance of FeatureConfigurationNotFound.
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 |