summaryrefslogtreecommitdiff
path: root/django/views/generic/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/views/generic/__init__.py')
-rw-r--r--django/views/generic/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/django/views/generic/__init__.py b/django/views/generic/__init__.py
index e69de29bb2..95c5fa9c50 100644
--- a/django/views/generic/__init__.py
+++ b/django/views/generic/__init__.py
@@ -0,0 +1,3 @@
+class GenericViewError(Exception):
+ """A problem in a generic view."""
+ pass