Exception: Kameleoon::Exception::FeatureNotFound
- Inherits:
-
FeatureError
- Object
- StandardError
- KameleoonError
- FeatureError
- Kameleoon::Exception::FeatureNotFound
- Defined in:
- lib/kameleoon/exceptions.rb
Overview
Feature Not Found
Instance Method Summary collapse
-
#initialize(id = '') ⇒ FeatureNotFound
constructor
A new instance of FeatureNotFound.
Constructor Details
#initialize(id = '') ⇒ FeatureNotFound
Returns a new instance of FeatureNotFound.
28 29 30 |
# File 'lib/kameleoon/exceptions.rb', line 28 def initialize(id = '') super("Feature flag #{id}") end |