web/application.py
branchstable
changeset 5377 84d14ddfae13
parent 5326 0d9054eb3bd1
child 5385 b6e250dd7a7d
child 5421 8167de96c523
--- a/web/application.py	Thu Apr 22 19:37:56 2010 +0000
+++ b/web/application.py	Thu Apr 22 19:48:04 2010 +0000
@@ -385,6 +385,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 is not None:
                 try: