100% configurator coverage

This commit is contained in:
James Kasten
2015-07-24 03:22:35 -07:00
parent aecb7b71d7
commit 647caba164
4 changed files with 317 additions and 94 deletions
+3
View File
@@ -65,6 +65,9 @@ class NoInstallationError(PluginError):
class MisconfigurationError(PluginError):
"""Let's Encrypt Misconfiguration error."""
class NotSupportedError(PluginError):
"""Let's Encrypt Plugin function not supported error."""
class RevokerError(Error):
"""Let's Encrypt Revoker error."""