Searched refs:GeneratorException (Results 1 – 1 of 1) sorted by relevance
28 class GeneratorException(Exception): class105 raise GeneratorException("command '%s' failed:\n%s\n%s" %112 raise GeneratorException(usage)171 except GeneratorException as e: