python-gcm
python-gcm copied to clipboard
GCM should handle requests exceptions
GCM should catch exceptions coming from requests and reraise an exception derived from GCMException, probably GCMConnectionException. It would facilitate usage of GCM. I was a bit surprised when the exceptions from requests started to show up, even though I've handled GCMException.