forked from p34709852/monkey
Island: Add "raises" to docstring in get_configuration()
This commit is contained in:
parent
922cb8cea9
commit
9a216e9c3d
|
@ -14,6 +14,7 @@ class IAgentConfigurationRepository(ABC):
|
||||||
Retrieve the agent configuration from the repository
|
Retrieve the agent configuration from the repository
|
||||||
|
|
||||||
:return: The agent configuration
|
:return: The agent configuration
|
||||||
|
:raises RetrievalError: if the configuration can not be retrieved
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue