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

Class StashError

gunicorn/dirty/stash.py:69–70  ·  view source on GitHub ↗

Base exception for stash operations.

Source from the content-addressed store, hash-verified

67
68
69class StashError(DirtyError):
70 """Base exception for stash operations."""
71
72
73class StashTableNotFoundError(StashError):

Callers 4

test_stash_error_baseMethod · 0.90
_connectMethod · 0.85
_executeMethod · 0.85
get_stash_socket_pathFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_stash_error_baseMethod · 0.72