Searched refs:MySyntaxError (Results 1 – 3 of 3) sorted by relevance
744 class MySyntaxError(MySyntaxProblems) : class752 class IndentationSyntaxError(MySyntaxError) :762 class ChildNotPermitedError(MySyntaxError):768 class UnknownElementTypeError(MySyntaxError):771 class SpaceInIndentationError(MySyntaxError):843 raise MySyntaxError(line)885 except MySyntaxError, ex :
125 except EddParser.MySyntaxError as ex:
136 except EddParser.MySyntaxError as ex: