Files
workavia-mail-front/lib/features/mailbox/domain/exceptions/mailbox_exception.dart
T

9 lines
245 B
Dart

class NotFoundInboxMailboxException implements Exception {}
class NotFoundMailboxException implements Exception {}
class NotFoundClearMailboxResponseException implements Exception {}
class CannotMoveAllEmailException implements Exception {}