file / server /exceptions.py
Kanhshsh's picture
Upload 60 files
b00d2c6 verified
raw
history blame contribute delete
122 Bytes
class InvalidHash(Exception):
message = "Invalid hash"
class FIleNotFound(Exception):
message = "File not found"