class Byebug::Runner

def abort_with_err(msg)

def abort_with_err(msg)
  Byebug.errmsg(msg)
  abort
end