Island: Add "raises" to docstring in get_configuration()

This commit is contained in:
Mike Salvatore 2022-06-17 12:15:55 -04:00
parent 922cb8cea9
commit 9a216e9c3d
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ class IAgentConfigurationRepository(ABC):
Retrieve the agent configuration from the repository
:return: The agent configuration
:raises RetrievalError: if the configuration can not be retrieved
"""
pass