Exception: KollusError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Error with Kollus') ⇒ KollusError

Returns a new instance of KollusError.



134
135
136
# File 'lib/kollus.rb', line 134

def initialize(msg = 'Error with Kollus')
  super(msg)
end