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);