7e0f338fa0
(cherry picked from commit df7a84a932f8496d92e5eed8ccd66c0b8709ae61)
17 lines
552 B
Dart
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 {} |