Searched refs:HTTPForbidden (Results 1 – 13 of 13) sorted by relevance
23 from paste.httpexceptions import HTTPSeeOther, HTTPForbidden25 class CASLoginFailure(HTTPForbidden):
50 return exc.HTTPForbidden(msg)153 return exc.HTTPForbidden()
649 class HTTPForbidden(HTTPClientError): class
28 .. autoexception:: HTTPForbidden
32 .. autoexception:: HTTPForbidden
220 exc = HTTPForbidden(288 app = HTTPForbidden()
444 class HTTPForbidden(HTTPClientError): class
579 exc = httpexceptions.HTTPForbidden(
241 exc = httpexceptions.HTTPForbidden(
43 raise exc.HTTPForbidden(
30 self.assertRaises(webob.exc.HTTPForbidden, webapp2.abort, 403)
202 exc = httpexceptions.HTTPForbidden(
261 raise exc.HTTPForbidden(355 raise exc.HTTPForbidden(