Exception: Kameleoon::Exception::ExperimentConfigurationNotFound

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

Instance Method Summary collapse

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