remove unthrown exception

This commit is contained in:
Daniel Seifert 2024-12-29 23:29:04 +01:00
parent 6412ebbb35
commit c005d1054c
Signed by: DanielS
GPG Key ID: 6A513E13AEE66170
2 changed files with 0 additions and 2 deletions

View File

@ -36,7 +36,6 @@ class Klicktipp
/** /**
* @throws BaseException * @throws BaseException
* @throws GuzzleException
*/ */
public function __construct( public function __construct(
string $client_key, string $client_key,

View File

@ -16,7 +16,6 @@
namespace D3\KlicktippPhpClient\Resources; namespace D3\KlicktippPhpClient\Resources;
use D3\KlicktippPhpClient\Exceptions\BaseException; use D3\KlicktippPhpClient\Exceptions\BaseException;
use GuzzleHttp\Exception\GuzzleException;
use GuzzleHttp\RequestOptions; use GuzzleHttp\RequestOptions;
class Account extends Model class Account extends Model