explicitly catch all exceptions

This commit is contained in:
Tommy Parnell
2015-05-03 01:43:23 -04:00
parent f6e2ea8660
commit 60e234b77d

View File

@@ -25,7 +25,7 @@ namespace AboutMe.Mvc.Web.Controllers
var response = await new Repository().GetAsync<UserActivityFeed>(req, "tparnell");
currentBeer = response.Response.Checkins.Items[0].Beer.BeerName;
}
catch
catch(Exception)
{
}