Island: Add a docstring for RetrievalError

This commit is contained in:
Mike Salvatore 2022-06-17 19:55:47 -04:00
parent 58733f7572
commit cb7dae28bf
1 changed files with 3 additions and 0 deletions

View File

@ -1,2 +1,5 @@
class RetrievalError(RuntimeError):
"""
Raised when a repository encounters an error while attempting to retrieve data.
"""
pass