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