mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
add exception documentation
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user