Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
24
class
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
33
class
InvalidRequestLine(ParseException):
Callers
1
create
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected