remove unthrown exception

Cette révision appartient à :
Daniel Seifert 2024-12-29 23:29:04 +01:00
Parent 6412ebbb35
révision c005d1054c
Signé par: DanielS
ID de la clé GPG: 6A513E13AEE66170
2 fichiers modifiés avec 0 ajouts et 2 suppressions

Voir le fichier

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

Voir le fichier

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