telegbot / FileStream /server /exceptions.py
navpan2's picture
Upload 29 files
157e137
raw
history blame
121 Bytes
class InvalidHash(Exception):
message = "Invalid hash"
class FIleNotFound(Exception):
message = "File not found"