tgfs / WebStreamer /server /exceptions.py
S VIVEGANANDAN
Push latest changes from FileStreamBot-1
b0bc1a0
raw
history blame contribute delete
123 Bytes
class InvalidHash(Exception):
message = "Invalid hash"
class FIleNotFound(Exception):
message = "File not found"