MCPcopy Create free account
hub / github.com/TechifyBots/File-Stream-Bot / InvalidHash

Class InvalidHash

biisal/server/exceptions.py:2–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1
2class InvalidHash(Exception):
3 message = "Invalid hash"
4
5class FIleNotFound(Exception):
6 message = "File not found"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected