55
class ErrorPlugin(BasePlugin):
56
"""Marker class for plugins which provide views for errors.
58
Error plugins provide an 'error_plugins' dict mapping view classes to
59
error views classes. Whenever an error occurs in a view, the first error
60
view class matching the view class or its bases is used.