mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
6 lines
117 B
Python
6 lines
117 B
Python
"""Certbot compatibility test errors"""
|
|
|
|
|
|
class Error(Exception):
|
|
"""Generic Certbot compatibility test error"""
|