Files
workavia-mail-front/lib/features/mailbox/domain/exceptions/mailbox_exception.dart
T
2024-08-16 12:00:20 +07:00

5 lines
117 B
Dart

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