Files
FileStreamBot/FileStream/server/exceptions.py
Avi Patil 61b7dac2b7 Updated ?
Nothing new but, looks like something changed ;) !
2023-12-10 03:22:07 +05:30

5 lines
121 B
Python

class InvalidHash(Exception):
message = "Invalid hash"
class FIleNotFound(Exception):
message = "File not found"