From: Robert Dober Date: 2010-04-16T02:31:07+09:00 Subject: Re: own exception classes On Thu, Apr 15, 2010 at 6:40 PM, Zach Moazeni wrote: >  class MyError < StandardError >  end I agree with most you say, but I took the habit to inherit from RuntimeError rather than StandardError a long time ago. AAMOF I forgot why? Does someone here recall the rationale? Cheers R. -- The best way to predict the future is to invent it. -- Alan Kay