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 ee59c2a commit f80074b
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 @@ -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)) {
Expand Down

0 comments on commit f80074b

Please sign in to comment.