♻️ code clean-up
This commit is contained in:
parent
5a424771fd
commit
a94a9baf4c
4 changed files with 10 additions and 23 deletions
|
@ -110,7 +110,7 @@ class GroupMailingList extends BaseMailingList {
|
|||
}
|
||||
catch (\Exception $e) {
|
||||
throw new MailinglistException(
|
||||
"Could not get recipients for group with id '{$this->group['id']}'\n$e",
|
||||
"Could not get recipients for group with id '{$this->group['id']}': {$e->getMessage()}",
|
||||
MailinglistException::ERROR_CODE_GET_RECIPIENTS_FAILED
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue