python-gcm icon indicating copy to clipboard operation
python-gcm copied to clipboard

GCM should handle requests exceptions

Open ziima opened this issue 9 years ago • 0 comments

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.

ziima avatar Apr 07 '16 14:04 ziima