Exception: Kameleoon::Exception::FeatureVariableNotFound

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

Overview

Feature Variable Not Found

Instance Method Summary collapse

Constructor Details

#initialize(key = '') ⇒ FeatureVariableNotFound

Returns a new instance of FeatureVariableNotFound.



42
43
44
# File 'lib/kameleoon/exceptions.rb', line 42

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