certbot/letsencrypt/client/errors.py
2014-11-23 21:04:59 +01:00

5 lines
124 B
Python

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