The HTTPError class is accessible via the paste.httpexceptions module.
This is an exception which indicates that an error has occurred, and that any work in progress should not be committed. These are typically results in the 400's and 500's.
This exception as a WSGI application
See the source for more information.