From bb5d7b37e4cba4bfb29c1d7e7f73d236f44e6d6b Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Tue, 1 Mar 2016 17:36:51 -0800 Subject: [PATCH] remove error type for nonexistant revoker --- letsencrypt/errors.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/letsencrypt/errors.py b/letsencrypt/errors.py index 99bb29d9d..a5c3186a8 100644 --- a/letsencrypt/errors.py +++ b/letsencrypt/errors.py @@ -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."""