Exception: Kameleoon::Exception::NotFound
- Inherits:
-
KameleoonError
- Object
- StandardError
- KameleoonError
- Kameleoon::Exception::NotFound
- Defined in:
- lib/kameleoon/exceptions.rb
Direct Known Subclasses
CredentialsNotFound, ExperimentConfigurationNotFound, FeatureConfigurationNotFound, FeatureVariableNotFound, VariationNotFound
Instance Method Summary collapse
-
#initialize(value = "") ⇒ NotFound
constructor
A new instance of NotFound.
Constructor Details
#initialize(value = "") ⇒ NotFound
Returns a new instance of NotFound.
9 10 11 |
# File 'lib/kameleoon/exceptions.rb', line 9 def initialize(value = "") super(value.to_s + " not found.") end |