remove error type for nonexistant revoker

This commit is contained in:
Brad Warren
2016-03-01 17:36:51 -08:00
parent ebf0163983
commit bb5d7b37e4
-4
View File
@@ -86,10 +86,6 @@ class NotSupportedError(PluginError):
"""Let's Encrypt Plugin function not supported error."""
class RevokerError(Error):
"""Let's Encrypt Revoker error."""
class StandaloneBindError(Error):
"""Standalone plugin bind error."""