MCPcopy Index your code
hub / github.com/hugapi/hug / StoreKeyNotFound

Class StoreKeyNotFound

hug/exceptions.py:33–34  ·  view source on GitHub ↗

Should be raised when a store key has not been found inside a store

Source from the content-addressed store, hash-verified

31
32
33class StoreKeyNotFound(Exception):
34 """Should be raised when a store key has not been found inside a store"""
35
36
37class SessionNotFound(StoreKeyNotFound):

Callers 1

getMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected