01f6ee1612
(cherry picked from commit c648c03b8f3a87242c87d2d738b5ad9eb53e7af2)
7 lines
239 B
Dart
7 lines
239 B
Dart
class NotFoundEmailException implements Exception {}
|
|
|
|
class NotFoundEmailContentException implements Exception {}
|
|
|
|
class EmptyEmailContentException implements Exception {}
|
|
|
|
class NotFoundEmailRecoveryActionException implements Exception {} |