70c5b67df3
Move the public API out of oslo.config to oslo_config. Retain the ability to import from the old namespace package for backwards compatibility for this release cycle. bp/drop-namespace-packages Change-Id: I56274336802036de050efc62eb2ee6b5d4ede77b
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
|