app/django/views/generic/__init__.py
changeset 323 ff1a9aa48cfd
parent 54 03e267d67478
--- a/app/django/views/generic/__init__.py	Tue Oct 14 12:36:55 2008 +0000
+++ b/app/django/views/generic/__init__.py	Tue Oct 14 16:00:59 2008 +0000
@@ -0,0 +1,3 @@
+class GenericViewError(Exception):
+    """A problem in a generic view."""
+    pass