class Kameleoon::Exception::FeatureVariableNotFound

Public Class Methods

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