From f80074bfd965da9dd7b7e9ce24489465dcefd75b Mon Sep 17 00:00:00 2001 From: Andrew Svirin Date: Tue, 1 Nov 2022 13:37:59 +0000 Subject: [PATCH] Update Client.php --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index ded1868..8156533 100644 --- a/src/Client.php +++ b/src/Client.php @@ -23,7 +23,7 @@ private function handleResult( ): bool { if ($iResult != EM_RESULT_OK && !in_array($iErrorCode, $aAcceptableErrorCodes)) { euspe_geterrdescr($iErrorCode, $sErrorDescription); - throw new \RuntimeException('Check the correctness of functions invoҁation order.' . + throw new \RuntimeException('Check the correctness of functions invocation order.' . ' Code: ' . $iErrorCode . ' Description: ' . $sErrorDescription); } if (!empty($iErrorCode) && !in_array($iErrorCode, $aAcceptableErrorCodes)) {