Is there a reason that the WebKit/Application.py code (lines 665-705) only handles a few specific types of errors, and doesn't enter the error handling code for all unknown errors?
I am working on upgrading to 1.0 and i realized in testing that my application logic code that raises a custom error (ie: raise "my error") will not trigger the user getting an error page as it isn't a class that inherits from Exception. This seems different to me than the functionality in the previous version i was using. I would like to see a call to self.handleExceptionInTransaction for all errors, not just for ones that inherit from exceptions.Exception. -- Jehiah Czebotar ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ Webware-devel mailing list Webware-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/webware-devel