app/soc/middleware/exception_handler.py
changeset 2906 6fb53ed7aff4
parent 2901 6c8ba67289a6
--- a/app/soc/middleware/exception_handler.py	Sat Sep 12 14:38:42 2009 +0200
+++ b/app/soc/middleware/exception_handler.py	Sat Sep 12 14:42:37 2009 +0200
@@ -38,6 +38,12 @@
   """
 
   def process_exception(self, request, exception):
+    """Called when an uncaught exception is raised.
+
+    See the Django middleware documentation for an explanation of
+    the method signature.
+    """
+
     template = None
     context = responses.getUniversalContext(request)