Exception: Kameleoon::Exception::FeatureVariableNotFound
- Inherits:
-
FeatureError
- Object
- StandardError
- KameleoonError
- FeatureError
- Kameleoon::Exception::FeatureVariableNotFound
- Defined in:
- lib/kameleoon/exceptions.rb
Overview
Feature Variable Not Found
Instance Method Summary collapse
-
#initialize(key = '') ⇒ FeatureVariableNotFound
constructor
A new instance of FeatureVariableNotFound.
Constructor Details
#initialize(key = '') ⇒ FeatureVariableNotFound
Returns a new instance of FeatureVariableNotFound.
35 36 37 |
# File 'lib/kameleoon/exceptions.rb', line 35 def initialize(key = '') super("Feature variable #{key}") end |