From: James Herdman Date: 2008-06-14T06:06:50+09:00 Subject: Re: raise and rescue ------=_Part_22100_22971440.1213391245649 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline You _might_ be able to achieve something like that with an in-line rescue though. Like... code line 1 code line 2 code line 3 code line 4 code line 5 raise Class.new rescue some_method_to_cope code line 7 code line 8 code line 9 James On Fri, Jun 13, 2008 at 4:48 PM, Daniel Brumbaugh Keeney < devi.webmaster@gmail.com> wrote: > On Fri, Jun 13, 2008 at 2:58 PM, Misiek Sz wrote: > > Is is possible to raise an exception then rescue it and then go back to > > wherever it was raised and continue with execution? > > No. > > Daniel Brumbaugh Keeney > > ------=_Part_22100_22971440.1213391245649--