TF-4392 [Team Mailbox] Hide Recover deleted messages and Archive message in team mailbox
This commit is contained in:
@@ -40,4 +40,11 @@ class NotFoundTrashMailboxException extends AppBaseException {
|
||||
|
||||
@override
|
||||
String get exceptionName => 'NotFoundTrashMailboxException';
|
||||
}
|
||||
}
|
||||
|
||||
class NotFoundEmailIdException extends AppBaseException {
|
||||
NotFoundEmailIdException([super.message]);
|
||||
|
||||
@override
|
||||
String get exceptionName => 'NotFoundEmailIdException';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user