Files
workavia-mail-front/lib/features/push_notification/domain/exceptions/fcm_exception.dart
T

7 lines
240 B
Dart

class NotFoundStoredFCMException implements Exception {}
class NotSupportFCMException implements Exception {}
class NotFoundStateToRefreshException implements Exception {}
class NotFoundEmailDeliveryStateException implements Exception {}