Index of exceptions

I
Ini_parse_error [Inifiles]

raised if there is a parse error in the ini file it will contain the line number and the name of the file in which the error happened

Invalid_element [Inifiles]

raised if you ask for an element (attribute) which doesn't exist, or the element fails to match the validation regex

Invalid_section [Inifiles]

raised if you ask for a section which doesn't exist

M
Missing_element [Inifiles]

raised if a required element is not specified in the config file

Missing_section [Inifiles]

raised if a required section is not specified in the config file