Skip to content

Commit

Permalink
Update Client.php
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-svirin authored Nov 1, 2022
1 parent 7258448 commit ee59c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ee59c2a

Please sign in to comment.