module SimpleCov

def set_exit_exception


This will get called inside the at_exit block
Capture the current exception if it exists
def set_exit_exception
  @exit_exception = $ERROR_INFO
end