125f1a6f13
(cherry picked from commit e2ad80e20bca3d72bf9799e957b995a24c0844c8)
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 {} |