Files
workavia-mail-front/lib/features/email/domain/exceptions/email_cache_exceptions.dart
T
dab246 002a543865 TF-1923 Fix logic get stored email when offline
(cherry picked from commit fa74abdf2663e80e445236449c5aec3e5c9267e5)
2023-06-26 22:02:30 +02:00

6 lines
188 B
Dart

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