On Thu, Oct 02, 2003 at 06:40:01PM +0200, Mirar @ Pike developers forum wrote:
If you can do a customized action, that counts as a recover.
Well... Not really. I would accept as recovery only an action that would allow to continue application (say, open another file).
You then *have* an alternative action if the first one failed...
But on different level. I can _try_ to recover when I am in catch() block, but that would be impossible once I am far outside (after all, outer block don't have enough information to collect - like local variables etc).
Regards, /Al