Searched refs:UnknownSectionError (Results 1 - 3 of 3) 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)
/pkg/src/modules/client/
H A Dimageconfig.py343 except cfg.UnknownSectionError:
570 except cfg.UnknownSectionError:
578 except cfg.UnknownSectionError:
587 except cfg.UnknownSectionError:
596 except cfg.UnknownSectionError:
/pkg/src/tests/api/
H A Dt_config.py372 cfg.UnknownPropertyValueError, cfg.UnknownSectionError):
1349 self.assertRaises(cfg.UnknownSectionError, conf.get_section,
1354 self.assertRaises(cfg.UnknownSectionError, conf.remove_section,
1566 self.assertRaises(cfg.UnknownSectionError,

Completed in 24 milliseconds