mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
add exception documentation
This commit is contained in:
parent
b67068e986
commit
da14e149b1
1 changed files with 4 additions and 0 deletions
|
|
@ -333,6 +333,10 @@ def gen_challenge_path(challs, preferences, combinations):
|
|||
:returns: tuple of indices from ``challenges``.
|
||||
:rtype: tuple
|
||||
|
||||
:raises letsencrypt.client.errors.LetsEncryptAuthHandlerError: If a
|
||||
path cannot be created that satisfies the CA given the preferences and
|
||||
combinations.
|
||||
|
||||
"""
|
||||
if combinations:
|
||||
return _find_smart_path(challs, preferences, combinations)
|
||||
|
|
|
|||
Loading…
Reference in a new issue