Exception: Kameleoon::Exception::FeatureVariableNotFound
- Inherits:
-
NotFound
- Object
- StandardError
- KameleoonError
- NotFound
- Kameleoon::Exception::FeatureVariableNotFound
- Defined in:
- lib/kameleoon/exceptions.rb
Instance Method Summary collapse
-
#initialize(key = "") ⇒ FeatureVariableNotFound
constructor
A new instance of FeatureVariableNotFound.
Constructor Details
#initialize(key = "") ⇒ FeatureVariableNotFound
Returns a new instance of FeatureVariableNotFound.
29 30 31 |
# File 'lib/kameleoon/exceptions.rb', line 29 def initialize(key = "") super("Feature variable " + key.to_s) end |