Files
workavia-mail-front/lib/features/email/domain/exceptions/email_exceptions.dart
T
dab246 8f7a1aeb10 TF-2026 Implement SaveToDraft method
(cherry picked from commit cf03def2f5de115fb9feb64af6686c3957b8f1f2)
2023-09-14 16:58:31 +07:00

5 lines
171 B
Dart

class NotFoundEmailException implements Exception {}
class NotFoundEmailContentException implements Exception {}
class EmptyEmailContentException implements Exception {}