# File lib/autotest.rb, line 570 def add_exception regexp raise "exceptions already compiled" if defined? @exceptions @exception_list << regexp end