From: Alexandru Popescu Date: 2005-10-19T07:15:57+09:00 Subject: Re: Catch/throw vs rescue/raise/retry I haven't met/read about catch/throw. The begin/rescue/ensure/end is for sure ;-). ./alex -- .w( the_mindstorm )p. On 10/19/05, Warren Seltzer wrote: > There appear to be 2 separate exception mechanisms in Ruby, catch/throw and > rescue/raise/retry. Is this right? > > Warren Seltzer > > > >