Exception: Kameleoon::Exception::KameleoonError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/kameleoon/exceptions.rb

Overview

Base Error

Instance Method Summary collapse

Constructor Details

#initialize(message = nil) ⇒ KameleoonError

Returns a new instance of KameleoonError.



7
8
9
# File 'lib/kameleoon/exceptions.rb', line 7

def initialize(message = nil)
  super("Kameleoon error: #{message}")
end