From ee59c2aa7be1623753d21c96de2fd0b4b1baf6fb Mon Sep 17 00:00:00 2001 From: Andrew Svirin Date: Tue, 1 Nov 2022 13:34:32 +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 33ae493..ded1868 100644 --- a/src/Client.php +++ b/src/Client.php @@ -24,7 +24,7 @@ private function handleResult( if ($iResult != EM_RESULT_OK && !in_array($iErrorCode, $aAcceptableErrorCodes)) { euspe_geterrdescr($iErrorCode, $sErrorDescription); throw new \RuntimeException('Check the correctness of functions invoҁation order.' . - 'Code: ' . $iErrorCode . ' Description: ' . $sErrorDescription); + ' Code: ' . $iErrorCode . ' Description: ' . $sErrorDescription); } if (!empty($iErrorCode) && !in_array($iErrorCode, $aAcceptableErrorCodes)) { euspe_geterrdescr($iErrorCode, $sErrorDescription);