class NasdaqSchedule::Errors::NotWorkingDay

Public Class Methods

new(msg = "Nasdaq is not working on passed date") click to toggle source
Calls superclass method
# File lib/nasdaq_schedule/errors.rb, line 4
def initialize(msg = "Nasdaq is not working on passed date")
  super
end