Exception: Khoj::KhojException
- Inherits:
-
Exception
- Object
- Exception
- Khoj::KhojException
- Defined in:
- lib/khoj.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ KhojException
constructor
A new instance of KhojException.
Constructor Details
#initialize(message) ⇒ KhojException
Returns a new instance of KhojException.
13 14 15 16 |
# File 'lib/khoj.rb', line 13 def initialize() = ['error'] if .class == Hash super "[KHOJ] #{}" end |