Skip to content

Commit

Permalink
Code checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed May 28, 2024
1 parent 7ddfc29 commit a670d90
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Provider/AbstractProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,8 @@ protected function callApi(AbstractRequest $request, array $queryData, array $po

return utf8_encode($response->getBody()->getContents());
} catch (InvalidArgumentException $ex) {

throw $ex;
} catch (Throwable $ex) {

throw new ProviderException("Call sMsmode API failed", 500, $ex);
}
}
Expand Down

0 comments on commit a670d90

Please sign in to comment.