fbaea1a951
(cherry picked from commit 9a41ea84a40c97091b4c4c5d2e0c19afcafc712f)
13 lines
429 B
Dart
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 {} |