Exception: Kameleoon::Exception::ExperimentConfigurationNotFound
- Inherits:
-
NotFound
- Object
- StandardError
- KameleoonError
- NotFound
- Kameleoon::Exception::ExperimentConfigurationNotFound
- Defined in:
- lib/kameleoon/exceptions.rb
Instance Method Summary collapse
-
#initialize(id = "") ⇒ ExperimentConfigurationNotFound
constructor
A new instance of ExperimentConfigurationNotFound.
Constructor Details
#initialize(id = "") ⇒ ExperimentConfigurationNotFound
Returns a new instance of ExperimentConfigurationNotFound.
19 20 21 |
# File 'lib/kameleoon/exceptions.rb', line 19 def initialize(id = "") super("Experiment " + id.to_s) end |