Searched refs:WSGIHTTPException (Results 1 – 3 of 3) sorted by relevance
216 class WSGIHTTPException(Response, HTTPException): class281 if WSGIHTTPException.body_template_obj is not self.body_template_obj:341 class HTTPError(WSGIHTTPException):350 class HTTPRedirection(WSGIHTTPException):360 class HTTPOk(WSGIHTTPException):1136 and obj is not WSGIHTTPException):
10 .. autoexception:: WSGIHTTPException
517 * Make sure ``WSGIHTTPException`` instances return the same headers for ``HEAD``725 * Fix a bug in ``webob.exc.WSGIHTTPException.__init__``. If a list of788 * Fix issue with WSGIHTTPException inadvertently generating unicode body868 * Support passing Unicode bodies to :class:`WSGIHTTPException`