Add missing exceptions to the documentation

A few newly introduced exceptions were not part of the docs.
The following were missing:
* NotInitializedError
* ConfigFilesPermissionDeniedError
* ConfigDirNotFoundError
* DefaultValueError

Change-Id: I0c986e4709c67f8bcb9e8e70fa55e4ce9f275acd
This commit is contained in:
Eric Brown 2016-08-28 16:40:24 -07:00
parent 2377612116
commit b35606d54a

View File

@ -5,6 +5,7 @@ Exceptions
.. currentmodule:: oslo_config.cfg
.. autoexception:: Error
.. autoexception:: NotInitializedError
.. autoexception:: ArgsAlreadyParsedError
.. autoexception:: NoSuchOptError
.. autoexception:: NoSuchGroupError
@ -12,5 +13,8 @@ Exceptions
.. autoexception:: RequiredOptError
.. autoexception:: TemplateSubstitutionError
.. autoexception:: ConfigFilesNotFoundError
.. autoexception:: ConfigFilesPermissionDeniedError
.. autoexception:: ConfigDirNotFoundError
.. autoexception:: ConfigFileParseError
.. autoexception:: ConfigFileValueError
.. autoexception:: DefaultValueError