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

Class StashTableNotFoundError

gunicorn/dirty/stash.py:73–78  ·  view source on GitHub ↗

Raised when a table does not exist.

Source from the content-addressed store, hash-verified

71
72
73class StashTableNotFoundError(StashError):
74 """Raised when a table does not exist."""
75
76 def __init__(self, table_name):
77 self.table_name = table_name
78 super().__init__(f"Stash table not found: {table_name}")
79
80
81class StashKeyNotFoundError(StashError):

Callers 2

_executeMethod · 0.85

Calls

no outgoing calls

Tested by 1