Files
workavia-mail-front/lib/features/push_notification/domain/exceptions/fcm_exception.dart
T
2022-12-02 16:13:47 +07:00

11 lines
366 B
Dart

class NotSupportFCMException implements Exception {}
class NotLoadedFCMTokenException implements Exception {}
class NotFoundStateToRefreshException implements Exception {}
class NotFoundEmailDeliveryStateException implements Exception {}
class NotFoundFirebaseSubscriptionException implements Exception {}
class NotFoundDeviceIdException implements Exception {}