module Byebug::Helpers::EvalHelper

def warning_msg(exception)

def warning_msg(exception)
  "#{exception.class} Exception: #{exception.message}"
end