[ruby-talk:02372] Re: crontab

From: matz@... (Yukihiro Matsumoto)
Date: 2000-04-06 16:23:57 UTC
List: ruby-talk #2372
Hi,

In message "[ruby-talk:02370] Re: crontab"
    on 00/04/06, Clemens Hintze <clemens.hintze@alcatel.de> writes:

|Furthermore I have an 'improvement' proposal yet. Ehrm ... not a real
|improvement, indeed. I want to propose to have following Exceptions:
|
|   Crontab::Error < Exception
|   Crontab::FormatError < Crontab::Error

Shouldn't Crontab::Error be a subclass of StandardError?

In This Thread