privateone's picture
Code Updates & Optimisations :Server Upgrade Test
12e4bed
raw
history blame
121 Bytes
class InvalidHash(Exception):
message = "Invalid hash"
class FIleNotFound(Exception):
message = "File not found"