class InvalidScheduleError

Public Class Methods

new(msg='Invalid schedule text file!') click to toggle source
Calls superclass method
# File lib/rhs-schedule/errors.rb, line 2
def initialize(msg='Invalid schedule text file!')
    super
end