web/application.py
changeset 5385 b6e250dd7a7d
parent 5328 c51e8f62652a
parent 5377 84d14ddfae13
child 5423 e15abfdcce38
--- a/web/application.py	Fri Apr 23 11:10:30 2010 +0200
+++ b/web/application.py	Fri Apr 23 12:42:53 2010 +0200
@@ -413,6 +413,9 @@
                 self.error_handler(req, ex, tb=False)
             except Exception, ex:
                 self.error_handler(req, ex, tb=True)
+            except:
+                self.critical('Catch all triggered!!!')
+                self.exception('this is what happened')
         finally:
             if req.cnx:
                 try: