exception documentation

class ParseError(Exception):

Constructor: ParseError(e, path)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Instance Variable e Undocumented
Instance Variable path Undocumented
def __init__(self, e, path):

Undocumented

e =

Undocumented

path =

Undocumented