add exception documentation

This commit is contained in:
James Kasten 2015-03-27 21:36:06 -07:00
parent b67068e986
commit da14e149b1

View file

@ -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)