mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Clarify what RepositoryError stands for
Signed-off-by: Martin Vrachev <mvrachev@vmware.com>
This commit is contained in:
parent
15ee1d8457
commit
199b91df3c
1 changed files with 3 additions and 1 deletions
|
|
@ -12,7 +12,9 @@
|
|||
|
||||
|
||||
class RepositoryError(Exception):
|
||||
"""An error with a repository's state, such as a missing file."""
|
||||
"""An error with a repository's state, such as a missing file.
|
||||
It covers all exceptions that come from the repository side when
|
||||
looking from the perspective of users of metadata API or ngclient."""
|
||||
|
||||
|
||||
class UnsignedMetadataError(RepositoryError):
|
||||
|
|
|
|||
Loading…
Reference in a new issue