We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb1c82 commit 225cbdaCopy full SHA for 225cbda
src/Linker.php
@@ -8,7 +8,7 @@
8
* License: GNU/GPLv2
9
* @see LICENSE.txt
10
*
11
- * This file: PHPMailer-phpMussel linker (last modified: 2023.09.19).
+ * This file: PHPMailer-phpMussel linker (last modified: 2023.09.25).
12
*/
13
14
namespace phpMussel\PHPMailer;
@@ -104,7 +104,7 @@ public function __invoke(string $NotUsed, array $Data): bool
104
{
105
/** Guard. */
106
if (!class_exists('\PHPMailer\PHPMailer\PHPMailer')) {
107
- throw new \Exception($this->Loader->L10N->getString('state_failed_missing'));
+ throw new \Exception($this->Loader->L10N->getString('response.Task failed because a necessary component is unavailable'));
108
}
109
110
/**
0 commit comments