Files
workavia-mail-front/lib/features/push_notification/domain/exceptions/fcm_exception.dart
T
dab246 7e0f338fa0 TF-1810 Add GetNewReceiveEmailFromNotificationInteractor to get new receive email from notification
(cherry picked from commit df7a84a932f8496d92e5eed8ccd66c0b8709ae61)
2023-06-05 11:02:20 +07:00

17 lines
552 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 {}
class NotFoundNewReceiveEmailException implements Exception {}
class EmailStateNoChangeException implements Exception {}