begin
 #dangerous API Call that fails a ton
rescue Exception => e
  puts e.message
end
#result that sort of looks like a success