Exception: Kameleoon::Exception::FeatureError
- Inherits:
-
KameleoonError
- Object
- StandardError
- KameleoonError
- Kameleoon::Exception::FeatureError
- Defined in:
- lib/kameleoon/exceptions.rb
Overview
Feature Error
Direct Known Subclasses
FeatureEnvironmentDisabled, FeatureNotFound, FeatureVariableNotFound, FeatureVariationNotFound
Instance Method Summary collapse
-
#initialize(msg) ⇒ FeatureError
constructor
A new instance of FeatureError.
Constructor Details
#initialize(msg) ⇒ FeatureError
Returns a new instance of FeatureError.
21 22 23 |
# File 'lib/kameleoon/exceptions.rb', line 21 def initialize(msg) super("Feature Error: #{msg}") end |