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

Class DirtyAppNotFoundError

gunicorn/dirty/errors.py:129–133  ·  view source on GitHub ↗

Raised when a dirty app is not found.

Source from the content-addressed store, hash-verified

127
128
129class DirtyAppNotFoundError(DirtyAppError):
130 """Raised when a dirty app is not found."""
131
132 def __init__(self, app_path):
133 super().__init__(f"Dirty app not found: {app_path}", app_path=app_path)
134
135
136class DirtyNoWorkersAvailableError(DirtyError):

Callers 3

load_dirty_appFunction · 0.85
executeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected