module Cucumber::Formatter::Console

def print_exception(e, status, indent)

def print_exception(e, status, indent)
  string = exception_message_string(e, indent)
  @io.puts(format_string(string, status))
end