Python-Spamprotection-API/spamprotection/errors.py

11 lines
110 B
Python
Raw Normal View History

2021-01-02 06:08:55 +01:00
class Error(Exception):
pass
class UnknownError(Error):
pass
class HostDownError(Error):
pass