You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
GCM should catch exceptions coming from
requests
and reraise an exception derived fromGCMException
, probablyGCMConnectionException
. It would facilitate usage of GCM. I was a bit surprised when the exceptions from requests started to show up, even though I've handledGCMException
.The text was updated successfully, but these errors were encountered: