Skip to content

Commit 225cbda

Browse files
committed
Unify file reading methods.
Changelog excerpt: - Unified the methods for reading files to a singular method.
1 parent 2bb1c82 commit 225cbda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Linker.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* License: GNU/GPLv2
99
* @see LICENSE.txt
1010
*
11-
* This file: PHPMailer-phpMussel linker (last modified: 2023.09.19).
11+
* This file: PHPMailer-phpMussel linker (last modified: 2023.09.25).
1212
*/
1313

1414
namespace phpMussel\PHPMailer;
@@ -104,7 +104,7 @@ public function __invoke(string $NotUsed, array $Data): bool
104104
{
105105
/** Guard. */
106106
if (!class_exists('\PHPMailer\PHPMailer\PHPMailer')) {
107-
throw new \Exception($this->Loader->L10N->getString('state_failed_missing'));
107+
throw new \Exception($this->Loader->L10N->getString('response.Task failed because a necessary component is unavailable'));
108108
}
109109

110110
/**

0 commit comments

Comments
 (0)