Searched refs:HTTPMethodNotAllowed (Results 1 – 14 of 14) sorted by relevance
349 except exc.HTTPMethodNotAllowed:353 raise exc.HTTPMethodNotAllowed()
30 .. autoexception:: HTTPMethodNotAllowed
34 .. autoexception:: HTTPMethodNotAllowed
38 return exc.HTTPMethodNotAllowed("You cannot %s a file" %
675 class HTTPMethodNotAllowed(HTTPClientError): class
28 raise exc.HTTPMethodNotAllowed(
32 self.assertRaises(webob.exc.HTTPMethodNotAllowed, webapp2.abort, 405)
273 self.assertRaises(webapp2.exc.HTTPMethodNotAllowed, router.match, req)
984 raise exc.HTTPMethodNotAllowed()1208 except exc.HTTPMethodNotAllowed:1212 raise exc.HTTPMethodNotAllowed()
279 - Route now raises exc.HTTPMethodNotAllowed if methods are set and the request
454 class HTTPMethodNotAllowed(HTTPClientError): class
100 exc = HTTPMethodNotAllowed(
229 raise exc.HTTPMethodNotAllowed(340 raise exc.HTTPMethodNotAllowed(
191 not allowed, an ``HTTPMethodNotAllowed`` exception is raised with status code