mirror of
https://github.com/certbot/certbot.git
synced 2026-02-21 00:40:34 -05:00
5 lines
124 B
Python
5 lines
124 B
Python
"""Let's Encrypt client errors."""
|
|
|
|
|
|
class LetsEncryptClientError(Exception):
|
|
"""Generic Let's Encrypt client error."""
|