mirror of
https://github.com/certbot/certbot.git
synced 2026-04-28 09:39:53 -04:00
6 lines
129 B
Python
6 lines
129 B
Python
|
|
"""Let's Encrypt compatibility test errors"""
|
||
|
|
|
||
|
|
|
||
|
|
class Error(Exception):
|
||
|
|
"""Generic Let's Encrypt compatibility test error"""
|