mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
document more exceptions
This commit is contained in:
parent
5e58503b2d
commit
eca207f658
1 changed files with 4 additions and 0 deletions
|
|
@ -181,6 +181,10 @@ class OCSPPrefetchMixin(object):
|
|||
:param filename: DBM database filename
|
||||
:param bytes key: Database key name
|
||||
:param bytes value: Database entry value
|
||||
|
||||
:raises .errors.PluginError: If there was an error copying
|
||||
Apache's DBM file
|
||||
|
||||
"""
|
||||
tmp_file = os.path.join(
|
||||
os.path.dirname(self._ocsp_work),
|
||||
|
|
|
|||
Loading…
Reference in a new issue