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