class Kameleoon::Exception::VariationNotFound

Public Class Methods

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