1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00
Files
certbot/letsencrypt/client/errors.py
2014-11-30 02:33:02 +01:00

10 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."""