durusmail: quixote-users: handling non publisherror exceptions
handling non publisherror exceptions
2005-04-21
2005-04-21
handling non publisherror exceptions
Jamie Hillman
2005-04-21
Hi,

I'm porting a rather large quixote app from an ancient version of
quixote to 1.2 and i'm having a problem with exception handling.  It
seems that only PublishErrors are now handled by _q_exception_handler.
Any other exception that arises ends up showing the user a rather
unfriendly error message.  Is there anything other than putting a try
and except around every line of code that I can do to get
_q_exception_handler to handle all exceptions?

Thanks for your time,

Jamie Hillman


reply