class Kameleoon::Exception::ExperimentConfigurationNotFound

Public Class Methods

new(id = "") click to toggle source
Calls superclass method Kameleoon::Exception::NotFound::new
# File lib/kameleoon/exceptions.rb, line 19
def initialize(id = "")
  super("Experiment " + id.to_s)
end