TGFS / FileStream /server /exceptions.py
AZLABS's picture
Upload 30 files
79a6766 verified
raw
history blame contribute delete
125 Bytes
class InvalidHash(Exception):
message = "Invalid hash"
class FIleNotFound(Exception):
message = "File not found"