forked from p15670423/monkey
Island: Add a docstring for RetrievalError
This commit is contained in:
parent
58733f7572
commit
cb7dae28bf
|
@ -1,2 +1,5 @@
|
||||||
class RetrievalError(RuntimeError):
|
class RetrievalError(RuntimeError):
|
||||||
|
"""
|
||||||
|
Raised when a repository encounters an error while attempting to retrieve data.
|
||||||
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in New Issue