Exception: Cron2English::ParseException

Inherits:
Exception
  • Object
show all
Defined in:
lib/cron2english/parse_exception.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ ParseException

Returns a new instance of ParseException.



4
5
6
# File 'lib/cron2english/parse_exception.rb', line 4

def initialize(msg)
  super(msg)
end