Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions gcm/gcm.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ def raise_error(self, error):
"A Registration ID is tied to a certain group of senders")
elif error == 'MessageTooBig':
raise GCMMessageTooBigException("Message can't exceed 4096 bytes")
elif error == 'MissingRegistration':
raise GCMMissingRegistrationException("Missing registration_ids")

def handle_plaintext_response(self, response):

Expand Down