Exception: Kameleoon::Exception::FeatureExperimentNotFound

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

Overview

Feature Experiment Not Found

Instance Method Summary collapse

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