Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VJBots/VJ-File-Store
/ InvalidHash
Class
InvalidHash
TechVJ/server/exceptions.py:5–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
# Ask Doubt on telegram @KingVJ01
4
5
class
InvalidHash(Exception):
6
message =
"Invalid hash"
7
8
class
FIleNotFound(Exception):
9
message =
"File not found"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected