php-ug / php.ug

A home for all PHP-related Usergroups
https://php.ug
MIT License
94 stars 48 forks source link

Fixes twitter-list when an exception occurs #163

Closed heiglandreas closed 8 years ago

heiglandreas commented 8 years ago

Due to some weird stuff there are twitter-accounts without usergroups and that raises an Exception that kills the whole API-Endpoint! This PR fixes that by enclosing the Usergroup-Retrieval into a try/catch-block.