Searched refs:HTTPRequestEntityTooLarge (Results 1 – 5 of 5) sorted by relevance
38 .. autoexception:: HTTPRequestEntityTooLarge
42 .. autoexception:: HTTPRequestEntityTooLarge
40 self.assertRaises(webob.exc.HTTPRequestEntityTooLarge, webapp2.abort, 413)
503 class HTTPRequestEntityTooLarge(HTTPClientError): class
792 class HTTPRequestEntityTooLarge(HTTPClientError): class