From: Ben Vishny Date: 2010-02-08T10:45:27+09:00 Subject: Re: Rescue Block does not work Yukihiro Matsumoto wrote: > Hi, > > In message "Re: Rescue Block does not work" > on Mon, 8 Feb 2010 08:46:11 +0900, Ben Vishny > writes: > > |Does the rescue clause catch everything if no > |error is provided? > > The rescue clause without explicit exception class catches any > subclass of StandardError. > > > matz. Matz, Does this mean that the rescue block doesn't work because the error I'm trying to catch isn't part of StandardError? Ben -- Posted via http://www.ruby-forum.com/.