Change base class for all errors to StandardError

Open
#4 · Created  · Last updated

Description

I would expect the following code to work:

begin # use Mandrill in here rescue => e # I should be able to catch a Mandrill Exception using this rescue block end

Exception derived errors should only be fatal errors from which there is no standard method of recovery.

0 attachments

0 comments

Loading commits...