Searched defs:UnknownSectionError (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/
H A Dconfig.py208 class UnknownSectionError(PropertyConfigError): class in inherits:PropertyConfigError
1095 except UnknownSectionError:
1267 except UnknownSectionError:
1286 Raises UnknownSectionError if it does not exist.
1291 raise UnknownSectionError(section=name)
1304 except UnknownSectionError:
1325 except UnknownSectionError:
1355 UnknownSectionError if it does not exist.
1360 raise UnknownSectionError(section=name)

Completed in 33 milliseconds