oncall-engine/engine/apps/mobile_app/exceptions.py
Innokentii Konstantinov d67ac8eca3
v1.2.25 (#1965)
Co-authored-by: Roman Pertl <533172+roock@users.noreply.github.com>
Co-authored-by: Joey Orlando <joseph.t.orlando@gmail.com>
Co-authored-by: Vadim Stepanov <vadimkerr@gmail.com>
Co-authored-by: Rares Mardare <rares.mardare@grafana.com>
2023-05-18 17:21:37 +08:00

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.
"""