Hi,

At Wed, 14 Mar 2007 05:11:31 +0900,
Brian Candler wrote in [ruby-core:10575]:
> I was just caught out by this odd behaviour: a 'rescue' clause doesn't
> generate an error if given a non-exception class. I had actually written
>   rescue Timeout
> which was silently accepted but didn't work. Actually it should have been
>   rescue TimeoutError

Modules also are allowed there.

-- 
Nobu Nakada