teleapi / FileStream /server /exceptions.py
BinaryONe
APP -sparkdrive
e566133
raw
history blame
121 Bytes
class InvalidHash(Exception):
message = "Invalid hash"
class FIleNotFound(Exception):
message = "File not found"