mirror of
https://github.com/certbot/certbot.git
synced 2026-04-28 17:51:04 -04: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."""
|