6d96a1109e
(cherry picked from commit c1c48e93d50cb0ebbccaf11c3f4a975af640b63a)
6 lines
175 B
Dart
6 lines
175 B
Dart
|
|
class CannotDeleteOldEmailException implements Exception {}
|
|
|
|
class NotFoundEmailException implements Exception {}
|
|
|
|
class NotFoundEmailContentException implements Exception {} |