mirror of
https://github.com/certbot/certbot.git
synced 2026-01-18 00:02:25 +03:00
6 lines
124 B
Python
6 lines
124 B
Python
"""Let's Encrypt client errors."""
|
|
|
|
|
|
class LetsEncryptClientError(Exception):
|
|
"""Generic Let's Encrypt client error."""
|