class KollusError
Public Class Methods
new(msg = 'Error with Kollus')
click to toggle source
Calls superclass method
# File lib/kollus.rb, line 134 def initialize(msg = 'Error with Kollus') super(msg) end