class Autotest
def add_exception regexp
def add_exception regexp raise "exceptions already compiled" if defined? @exceptions @exception_list << regexp nil end
def add_exception regexp raise "exceptions already compiled" if defined? @exceptions @exception_list << regexp nil end