Searched refs:PDDMError (Results 1 – 2 of 2) sorted by relevance
134 class PDDMError(Exception): class211 raise PDDMError('Attempt to redefine macro: "%s"' % line)217 raise PDDMError('Got DEFINE-END directive without an active macro:'221 raise PDDMError('Hit a line with an unknown directive: "%s"' % line)231 raise PDDMError('Hit a line that wasn\'t a directive and no open macro'240 raise PDDMError('Failed to parse macro definition: "%s"' % input_line)248 raise PDDMError('Empty arg name in macro definition: "%s"'251 raise PDDMError('Invalid arg name "%s" in macro definition: "%s"'254 raise PDDMError('Arg name "%s" used more than once in macro'273 raise PDDMError('Failed to parse macro reference: "%s"' % macro_ref_str)[all …]
123 except pddm.PDDMError as e:178 except pddm.PDDMError as e:271 except pddm.PDDMError as e:315 except pddm.PDDMError as e:390 except pddm.PDDMError as e:487 except pddm.PDDMError as e:507 except pddm.PDDMError as e: