Skip to content

Commit 380cc50

Browse files
committed
GuzzleHttp Exceptions fix
1 parent 9056689 commit 380cc50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Syntax/SteamApi/Client.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
use GuzzleHttp\Psr7\Request;
66
use Exception;
77
use Illuminate\Support\Facades\Config;
8-
use Guzzle\Http\Exception\ClientErrorResponseException;
9-
use Guzzle\Http\Exception\ServerErrorResponseException;
8+
use GuzzleHttp\Exception\ClientErrorResponseException;
9+
use GuzzleHttp\Exception\ServerErrorResponseException;
1010
use Syntax\SteamApi\Exceptions\ApiCallFailedException;
1111
use Syntax\SteamApi\Exceptions\ClassNotFoundException;
1212

0 commit comments

Comments
 (0)