mirror of
https://github.com/avipatilpro/FileStreamBot.git
synced 2026-01-15 14:22:53 -03:00
5 lines
121 B
Python
5 lines
121 B
Python
class InvalidHash(Exception):
|
|
message = "Invalid hash"
|
|
|
|
class FIleNotFound(Exception):
|
|
message = "File not found" |