class Byebug::CommandProcessor

def safely

def safely
  yield
rescue => e
  errmsg(e.message)
end