remove needlessly specific and unused challenge types

This commit is contained in:
Brad Warren
2016-03-01 17:34:01 -08:00
parent f2e728cd4e
commit f1e3563f98
-9
View File
@@ -48,15 +48,6 @@ class FailedChallenges(AuthorizationError):
for achall in self.failed_achalls if achall.error is not None))
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."""