Lines Matching refs:UnknownPropertyError
198 class UnknownPropertyError(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(section=section, prop=name)
1315 UnknownPropertyError if the property or section does not
1329 raise UnknownPropertyError(section=section, prop=name)