mirror of
https://github.com/avipatilpro/FileStreamBot.git
synced 2026-01-15 22:32:53 -03:00
Updated ?
Nothing new but, looks like something changed ;) !
This commit is contained in:
5
FileStream/server/exceptions.py
Normal file
5
FileStream/server/exceptions.py
Normal file
@@ -0,0 +1,5 @@
|
||||
class InvalidHash(Exception):
|
||||
message = "Invalid hash"
|
||||
|
||||
class FIleNotFound(Exception):
|
||||
message = "File not found"
|
||||
Reference in New Issue
Block a user