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