Exception: Kameleoon::Exception::FeatureVariableNotFound

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

Overview

Feature Variable Not Found

Instance Method Summary collapse

Constructor Details

#initialize(key = '') ⇒ FeatureVariableNotFound



49
50
51
# File 'lib/kameleoon/exceptions.rb', line 49

def initialize(key = '')
  super("Feature variable #{key}")
end