class Cron2English::ParseException
Public Class Methods
new(msg)
click to toggle source
Calls superclass method
# File lib/cron2english/parse_exception.rb, line 4 def initialize(msg) super(msg) end