class documentation

class CompilerExit(Exception):

View In Hierarchy

Raised if the compiler encountered a situation where it just doesn't make sense to further process the code. Any block that raises such an exception is not further processed.