11 lines
363 B
Dart
11 lines
363 B
Dart
class NotFoundEmailException implements Exception {}
|
|
|
|
class NotFoundEmailContentException implements Exception {}
|
|
|
|
class EmptyEmailContentException implements Exception {}
|
|
|
|
class NotFoundEmailRecoveryActionException implements Exception {}
|
|
|
|
class NotFoundEmailBlobIdException implements Exception {}
|
|
|
|
class CannotCreateEmailObjectException implements Exception {} |