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

Class StashKeyNotFoundError

gunicorn/dirty/stash.py:81–87  ·  view source on GitHub ↗

Raised when a key does not exist in a table.

Source from the content-addressed store, hash-verified

79
80
81class StashKeyNotFoundError(StashError):
82 """Raised when a key does not exist in a table."""
83
84 def __init__(self, table_name, key):
85 self.table_name = table_name
86 self.key = key
87 super().__init__(f"Key not found in {table_name}: {key}")
88
89
90class StashClient:

Callers 2

_executeMethod · 0.85

Calls

no outgoing calls

Tested by 1