Files
workavia-mail-front/lib/features/mailbox/domain/exceptions/mailbox_exception.dart
T
2025-05-06 21:15:42 -07:00

7 lines
186 B
Dart

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