certbot/letsencrypt/client/errors.py

6 lines
124 B
Python
Raw Normal View History

2014-11-21 13:10:33 -05:00
"""Let's Encrypt client errors."""
class LetsEncryptClientError(Exception):
"""Generic Let's Encrypt client error."""