1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-18 00:02:25 +03:00
Files
certbot/letsencrypt/client/errors.py
2014-11-23 21:04:59 +01:00

6 lines
124 B
Python

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