1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00

change Error to PluginError in comment

This commit is contained in:
sagi
2015-11-23 23:58:58 +00:00
parent 7df7228a53
commit 72fcee4264

View File

@@ -442,8 +442,9 @@ class Client(object):
:param options: options to enhancement, e.g. Strict-Transport-Security
:type str
:raises .errors.Error: if no installer is specified in the
client.
:raises .errors.PluginError: If Enhancement is not supported, or if
there is any other problem with the enhancement.
"""
msg = ("We were unable to set up enhancement %s for your server, "