9 lines
299 B
Dart
9 lines
299 B
Dart
class NotFoundEmailException implements Exception {}
|
|
|
|
class NotFoundEmailContentException implements Exception {}
|
|
|
|
class EmptyEmailContentException implements Exception {}
|
|
|
|
class NotFoundEmailRecoveryActionException implements Exception {}
|
|
|
|
class NotFoundEmailBlobIdException implements Exception {} |