4ea620cc2b
(cherry picked from commit 8d9c8d3ee8ea519e683d5a7cbb5b080d2f78e292)
8 lines
253 B
Dart
8 lines
253 B
Dart
|
|
class NotFoundStoredOpenedEmailException implements Exception {}
|
|
|
|
class NotFoundStoredNewEmailException implements Exception {}
|
|
|
|
class NotFoundStoredEmailException implements Exception {}
|
|
|
|
class OpenedEmailAlreadyStoredException implements Exception {} |