Error handling production/development

2005-02-10 Thread Andreas Doms
I would like to handle error differently when I work on my cocoon project. Is there an elegant way of doing this. My users don't need to see the exception stack trace and I don't need to be informed about exceptions via email when I'm testing.

Re: Error handling production/development

2005-02-10 Thread Upayavira
Andreas Doms wrote: I would like to handle error differently when I work on my cocoon project. Is there an elegant way of doing this. My users don't need to see the exception stack trace and I don't need to be informed about exceptions via email when I'm testing. Just a guess - might not work: