From 71d12f005dda99e43c954f000bd8301f11175324 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 22 Jul 2015 18:44:43 -0700 Subject: [PATCH] Removed ValidationError --- letsencrypt/errors.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/letsencrypt/errors.py b/letsencrypt/errors.py index b7f050a92..e1cae19c7 100644 --- a/letsencrypt/errors.py +++ b/letsencrypt/errors.py @@ -68,6 +68,3 @@ class MisconfigurationError(PluginError): class RevokerError(Error): """Let's Encrypt Revoker error.""" - -class ValidationError(Error): - """Let's Encrypt Validation error."""