mirror of
https://github.com/avipatilpro/FileStreamBot.git
synced 2026-01-16 06:42:54 -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"
|