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