8eed49fd73
(cherry picked from commit f5470c130744242195b265a0ea4aad044ad8e740)
8 lines
233 B
Dart
8 lines
233 B
Dart
|
|
class CannotDeleteOldEmailException implements Exception {}
|
|
|
|
class NotFoundEmailException implements Exception {}
|
|
|
|
class NotFoundEmailContentException implements Exception {}
|
|
|
|
class EmptyEmailContentException implements Exception {} |