Exception: Kameleoon::Exception::VariationNotFound

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

Instance Method Summary collapse

Constructor Details

#initialize(id = "") ⇒ VariationNotFound

Returns a new instance of VariationNotFound.



14
15
16
# File 'lib/kameleoon/exceptions.rb', line 14

def initialize(id = "")
  super("Variation " + id.to_s)
end