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