global

def print_exception(formatter)

def print_exception(formatter)
  return unless exception
  raise exception if ENV['FAIL_FAST']
  formatter.exception(exception, status)
end