Hi,

I'm controlling errors in my code, but what I don't know is how to manage them 
properly in Catalyst.

When my application was not in Catalyst, I managed errord by launching an error 
page and doing "exit 1;" to stop execution.
In Catalyst, I forward to my Error View, but once I have done forward to the 
Error View, the execution goes on. If I try to do "exit 1;" once I have done 
forwarded to Error View, I got"ModPerl::Util::exit: (120000) exit was called at 
..." error.

I don't know how to stop executing properly the process if an error is found 
and I have done forward to Error View. 


 David



      
_______________________________________________
List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/
Searchable Archive: http://www.grokbase.com/group/[email protected]

Reply via email to