exception documentation

class FormatError(OSError): (source)

View In Hierarchy

Exception thrown when there is a problem parsing a configuration file.

Method __init__ Undocumented
Method __str__ Undocumented
Instance Variable msg Undocumented
def __init__(self, msg): (source)

Undocumented

def __str__(self): (source)

Undocumented

Undocumented