class Tryouts::CLI::OutputManager

def file_failure(file_path, error_message, backtrace = nil)

def file_failure(file_path, error_message, backtrace = nil)
  @formatter.error_message(
    "#{Console.pretty_path(file_path)}: #{error_message}",
    backtrace: backtrace
  )
end