Exception: Kameleoon::Exception::KameleoonError
- Inherits:
-
StandardError
- Object
- StandardError
- Kameleoon::Exception::KameleoonError
- Defined in:
- lib/kameleoon/exceptions.rb
Overview
Base Error
Direct Known Subclasses
ConfigError, FeatureError, NotFound, SiteCodeIsEmpty, VisitorCodeInvalid
Instance Method Summary collapse
-
#initialize(message = nil) ⇒ KameleoonError
constructor
A new instance of KameleoonError.
Constructor Details
#initialize(message = nil) ⇒ KameleoonError
Returns a new instance of KameleoonError.
7 8 9 |
# File 'lib/kameleoon/exceptions.rb', line 7 def initialize( = nil) super("Kameleoon error: #{}") end |