I have a simple "latest tweets" section on my website. It uses the Twitter Gem and just calls the Twitter API to get the latest 2 tweets and then puts them on the page.
Right now, Twitter's API is down and my website is throwing Twitter::Error::DecodeError. How do I account for times like this and handle it properly?