4f44b97017
Fixes bug #1182842 We've always had pretty decent documentation coverage in the docstrings but have never taken the time to hook them into the published docs. This is a first-cut at doing that. There's plenty of rough edges, but it's a good start. Change-Id: I62a509e7d6e156e9b67e75bef9da68fbfc4601ac
17 lines
449 B
ReStructuredText
17 lines
449 B
ReStructuredText
----------
|
|
Exceptions
|
|
----------
|
|
|
|
.. currentmodule:: oslo.config.cfg
|
|
|
|
.. autoexception:: Error
|
|
.. autoexception:: ArgsAlreadyParsedError
|
|
.. autoexception:: NoSuchOptError
|
|
.. autoexception:: NoSuchGroupError
|
|
.. autoexception:: DuplicateOptError
|
|
.. autoexception:: RequiredOptError
|
|
.. autoexception:: TemplateSubstitutionError
|
|
.. autoexception:: ConfigFilesNotFoundError
|
|
.. autoexception:: ConfigFileParseError
|
|
.. autoexception:: ConfigFileValueError
|