Re: [Catalyst] exceptions and chained actions

2008-03-11 Thread Jonas Alves
On Tue, Mar 11, 2008 at 4:12 PM, Dami Laurent (PJ) <[EMAIL PROTECTED]> wrote: > > > > Hi Catalysters, > > It seems that if an exception is raised in the entry point to an action > chain, Catalyst still tries to forward to the other chain components, > accumulating all exceptions into $c->errors. >

[Catalyst] exceptions and chained actions

2008-03-11 Thread Dami Laurent (PJ)
Hi Catalysters, It seems that if an exception is raised in the entry point to an action chain, Catalyst still tries to forward to the other chain components, accumulating all exceptions into $c->errors. Is there a way to stop the chain at the first exception ? Thanks in advance, Laurent