TF-3752 Better error handling when updating recipients in Forwarding

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-05-27 02:14:32 +07:00
committed by Dat H. Pham
parent f029f1986b
commit b0d3467770
11 changed files with 193 additions and 28 deletions
@@ -1,5 +1,7 @@
class NotFoundForwardException implements Exception {}
class UpdateForwardException implements Exception {}
class RecipientListIsEmptyException implements Exception {}
class RecipientListWithInvalidEmailsException implements Exception {}