errors.LetsEncrypt -> errors. (fixes: #487)

This commit is contained in:
Jakub Warmuz
2015-06-22 22:41:24 +00:00
parent 655331c9cf
commit cfa7e28106
30 changed files with 147 additions and 147 deletions
+2 -2
View File
@@ -296,7 +296,7 @@ class AuthHandler(object):
:class:`letsencrypt.achallenges.Indexed`
:rtype: tuple
:raises errors.LetsEncryptClientError: If Challenge type is not
:raises errors.Error: If Challenge type is not
recognized
"""
@@ -353,7 +353,7 @@ def challb_to_achall(challb, key, domain):
challb=challb, domain=domain)
else:
raise errors.LetsEncryptClientError(
raise errors.Error(
"Received unsupported challenge of type: %s",
chall.typ)