MCPcopy
hub / github.com/benoitc/gunicorn / ConfigurationProblem

Class ConfigurationProblem

gunicorn/http/errors.py:24–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23
24class ConfigurationProblem(ParseException):
25 def __init__(self, info):
26 self.info = info
27 self.code = 500
28
29 def __str__(self):
30 return "Configuration problem: %s" % self.info
31
32
33class InvalidRequestLine(ParseException):

Callers 1

createFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected