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

Method __init__

gunicorn/dirty/errors.py:92–95  ·  view source on GitHub ↗
(self, message="Connection failed", socket_path=None)

Source from the content-addressed store, hash-verified

90 """Raised when connection to dirty arbiter fails."""
91
92 def __init__(self, message="Connection failed", socket_path=None):
93 details = {"socket_path": socket_path} if socket_path else {}
94 super().__init__(message, details)
95 self.socket_path = socket_path
96
97
98class DirtyWorkerError(DirtyError):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected