# What this PR does Adds ability to send test push notification --------- Co-authored-by: Vadim Stepanov <vadimkerr@gmail.com> Co-authored-by: Rares Mardare <rares.mardare@grafana.com>
6 lines
240 B
Python
6 lines
240 B
Python
class DeviceNotSet(Exception):
|
|
"""
|
|
Indicates that user has no connected fcm device.
|
|
Introduced only for test_push_notification handler.
|
|
We should have generic test notifications system across all messaging backends.
|
|
"""
|