Files
workavia-mail-front/lib/features/push_notification/domain/exceptions/fcm_exception.dart
T
dab246 fbaea1a951 TF-1599 Implement GetEmailChanges to remove notification
(cherry picked from commit 9a41ea84a40c97091b4c4c5d2e0c19afcafc712f)
2023-04-14 17:12:34 +07:00

13 lines
429 B
Dart

class NotSupportFCMException implements Exception {}
class NotLoadedFCMTokenException implements Exception {}
class NotFoundStateToRefreshException implements Exception {}
class NotFoundEmailDeliveryStateException implements Exception {}
class NotFoundFirebaseSubscriptionException implements Exception {}
class NotFoundSubscriptionException implements Exception {}
class NotFoundEmailStateException implements Exception {}