django1/django/views/generic/__init__.py

4 lines
83 B
Python

class GenericViewError(Exception):
"""A problem in a generic view."""
pass