Exception: Kameleoon::Exception::KameleoonError
- Inherits:
-
StandardError
- Object
- StandardError
- Kameleoon::Exception::KameleoonError
- Defined in:
- lib/kameleoon/exceptions.rb
Direct Known Subclasses
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.
4 5 6 |
# File 'lib/kameleoon/exceptions.rb', line 4 def initialize( = nil) super("Kameleoon error: " + ) end |