Merge pull request #2587 from letsencrypt/continuing-continuity-error

More progress on #1304
This commit is contained in:
Peter Eckersley
2016-03-10 13:37:18 -08:00
6 changed files with 23 additions and 134 deletions
-13
View File
@@ -48,19 +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."""
# Authenticator - Challenge specific errors
class TLSSNI01Error(DvAuthError):
"""Let's Encrypt TLSSNI01 error."""
# Plugin Errors
class PluginError(Error):
"""Let's Encrypt Plugin error."""