Files
FileStreamBot/FileStream/server/exceptions.py

5 lines
121 B
Python
Raw Normal View History

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