We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9056689 commit 380cc50Copy full SHA for 380cc50
src/Syntax/SteamApi/Client.php
@@ -5,8 +5,8 @@
5
use GuzzleHttp\Psr7\Request;
6
use Exception;
7
use Illuminate\Support\Facades\Config;
8
-use Guzzle\Http\Exception\ClientErrorResponseException;
9
-use Guzzle\Http\Exception\ServerErrorResponseException;
+use GuzzleHttp\Exception\ClientErrorResponseException;
+use GuzzleHttp\Exception\ServerErrorResponseException;
10
use Syntax\SteamApi\Exceptions\ApiCallFailedException;
11
use Syntax\SteamApi\Exceptions\ClassNotFoundException;
12
0 commit comments