diff --git a/doc/source/exceptions.rst b/doc/source/exceptions.rst index eaf5f491..8036b842 100644 --- a/doc/source/exceptions.rst +++ b/doc/source/exceptions.rst @@ -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