mirror of
https://github.com/certbot/certbot.git
synced 2026-02-09 22:06:34 -05:00
5 lines
117 B
Python
5 lines
117 B
Python
"""Certbot compatibility test errors"""
|
|
|
|
|
|
class Error(Exception):
|
|
"""Generic Certbot compatibility test error"""
|