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" |