1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00
Files
certbot/letsencrypt-compatibility-test/letsencrypt_compatibility_test/errors.py
2015-07-23 14:38:51 +00:00

6 lines
129 B
Python

"""Let's Encrypt compatibility test errors"""
class Error(Exception):
"""Generic Let's Encrypt compatibility test error"""