From f2e728cd4e7d94ffb17077c8895f2fcc02c543ff Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Tue, 1 Mar 2016 17:29:08 -0800 Subject: [PATCH] Remove ContAuthError --- letsencrypt/errors.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/letsencrypt/errors.py b/letsencrypt/errors.py index 99bb29d9d..4f9e655d8 100644 --- a/letsencrypt/errors.py +++ b/letsencrypt/errors.py @@ -48,10 +48,6 @@ class FailedChallenges(AuthorizationError): for achall in self.failed_achalls if achall.error is not None)) -class ContAuthError(AuthorizationError): - """Let's Encrypt Continuity Authenticator error.""" - - class DvAuthError(AuthorizationError): """Let's Encrypt DV Authenticator error."""