certbot/letsencrypt/client/errors.py
2014-11-30 02:33:02 +01:00

9 lines
216 B
Python

"""Let's Encrypt client errors."""
class LetsEncryptClientError(Exception):
"""Generic Let's Encrypt client error."""
class LetsEncryptDvsniError(LetsEncryptClientError):
"""Let's Encrypt DVSNI error."""