mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Add name of the exceptions that can be raised to docstring..
This commit is contained in:
parent
05734dfd7c
commit
311835b1b5
1 changed files with 2 additions and 0 deletions
|
@ -1909,6 +1909,8 @@ class TarBackupMethod(BackupMethod):
|
|||
|
||||
Exceptions:
|
||||
backup_archive_open_failed -- Raised if the archive can't be open
|
||||
backup_archive_corrupted -- Raised if the archive appears corrupted
|
||||
backup_archive_cant_retrieve_info_json -- If the info.json file can't be retrieved
|
||||
"""
|
||||
super(TarBackupMethod, self).mount(restore_manager)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue