navpan2's picture
Upload 29 files
157e137
raw
history blame contribute delete
121 Bytes
class InvalidHash(Exception):
message = "Invalid hash"
class FIleNotFound(Exception):
message = "File not found"