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

/pkg/src/modules/
H A Dconfig.py198 class UnknownPropertyError(PropertyConfigError): class in inherits:PropertyConfigError
953 not found, an UnknownPropertyError will be raised."""
957 raise UnknownPropertyError(section=self.__name,
970 raise UnknownPropertyError(section=self.__name,
1110 except UnknownPropertyError:
1144 except UnknownPropertyError:
1254 section and name. Raises UnknownPropertyError if it does not
1271 raise UnknownPropertyError(section=section, prop=name)
1300 name. Raises UnknownPropertyError if it does not exist.
1308 raise UnknownPropertyError(sectio
[all...]

Completed in 13 milliseconds