mirror of
https://github.com/certbot/certbot.git
synced 2026-06-19 21:49:03 -04:00
Remove ContAuthError
This commit is contained in:
parent
eb71506be9
commit
f2e728cd4e
1 changed files with 0 additions and 4 deletions
|
|
@ -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."""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue