b00d2c6
1
2
3
4
5
6
class InvalidHash(Exception): message = "Invalid hash" class FIleNotFound(Exception): message = "File not found"