module Test::Unit::ErrorHandler

def handle_all_exception(exception)

def handle_all_exception(exception)
  return false if pass_through_exception?(exception)
  problem_occurred
  add_error(exception)
  true
end