Files
workavia-mail-front/lib/features/email/domain/exceptions/email_cache_exceptions.dart
T
dab246 125f1a6f13 TF-1923 Store list new email by ascending
(cherry picked from commit e2ad80e20bca3d72bf9799e957b995a24c0844c8)
2023-06-26 22:02:30 +02:00

8 lines
253 B
Dart

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