fsb / FileStream /Exceptions /exceptions.py
BinaryONe
Copilot Modifications
0714d01
raw
history blame
121 Bytes
class InvalidHash(Exception):
message = "Invalid hash"
class FileNotFound(Exception):
message = "File not found"