mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
change Error to PluginError in comment
This commit is contained in:
parent
7df7228a53
commit
72fcee4264
1 changed files with 3 additions and 2 deletions
|
|
@ -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, "
|
||||
|
|
|
|||
Loading…
Reference in a new issue