Index of exceptions


D
Dbm_error [AnyDBM]
DuplicateSectionError [ConfigParser]
Raised when you attempt to call ConfigParser.rawConfigParser.add_section when the section already exists

I
InvalidBool [ConfigParser]
Raised when you attempt to parse a boolean that is not valid

P
ParsingSyntaxError [Lexingutil]
This exception is designed to be raised by your code when an error occurs during lexing or parsing.