FileToLink / Thunder /server /exceptions.py
Fyaz Mohammed
1.9.4
7ff1595 unverified
Raw
History Blame Contribute Delete
119 Bytes
# Thunder/server/exceptions.py
class InvalidHash(Exception):
pass
class FileNotFound(Exception):
pass