## ## ParseError ## class ParseError(StandardError): pass # # ParseError # #class ParseError(Exception): # # def __init__(self, value): # self.parameter = value # # def __str__(self): # return repr(self.parameter)