Searched refs:HTTPGatewayTimeout (Results 1 – 6 of 6) sorted by relevance
48 .. autoexception:: HTTPGatewayTimeout
59 .. autoexception:: HTTPGatewayTimeout
97 resp = exc.HTTPGatewayTimeout()
1047 class HTTPGatewayTimeout(HTTPServerError): class
49 self.assertRaises(webob.exc.HTTPGatewayTimeout, webapp2.abort, 504)
583 class HTTPGatewayTimeout(HTTPServerError): class