mirror of
https://github.com/certbot/certbot.git
synced 2026-03-01 04:40:23 -05:00
5 lines
129 B
Python
5 lines
129 B
Python
"""Let's Encrypt compatibility test errors"""
|
|
|
|
|
|
class Error(Exception):
|
|
"""Generic Let's Encrypt compatibility test error"""
|