mirror of
https://github.com/certbot/certbot.git
synced 2026-01-21 19:01:07 +03:00
10 lines
216 B
Python
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."""
|