Remove ContAuthError

This commit is contained in:
Brad Warren 2016-03-01 17:29:08 -08:00
parent eb71506be9
commit f2e728cd4e

View file

@ -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."""