Files

5 lines
121 B
Python
Raw Permalink Normal View History

class InvalidHash(Exception):
message = "Invalid hash"
class FIleNotFound(Exception):
message = "File not found"