Searched refs:HTTPNotAcceptable (Results 1 – 5 of 5) sorted by relevance
31 .. autoexception:: HTTPNotAcceptable
35 .. autoexception:: HTTPNotAcceptable
33 self.assertRaises(webob.exc.HTTPNotAcceptable, webapp2.abort, 406)
462 class HTTPNotAcceptable(HTTPClientError): class
691 class HTTPNotAcceptable(HTTPClientError): class