Files
workavia-mail-front/lib/features/email/domain/exceptions/email_cache_exceptions.dart
T
dab246 ad5136b117 TF-1923 Fix duplicated store new email from push notification
(cherry picked from commit 076bbe249cc870b944a2dc40bc31012e061e0897)
2023-06-26 22:02:30 +02:00

10 lines
315 B
Dart

class NotFoundStoredOpenedEmailException implements Exception {}
class NotFoundStoredNewEmailException implements Exception {}
class NotFoundStoredEmailException implements Exception {}
class OpenedEmailAlreadyStoredException implements Exception {}
class NewEmailAlreadyStoredException implements Exception {}