remove unthrown exception
This commit is contained in:
parent
6412ebbb35
commit
c005d1054c
@ -36,7 +36,6 @@ class Klicktipp
|
||||
|
||||
/**
|
||||
* @throws BaseException
|
||||
* @throws GuzzleException
|
||||
*/
|
||||
public function __construct(
|
||||
string $client_key,
|
||||
|
@ -16,7 +16,6 @@
|
||||
namespace D3\KlicktippPhpClient\Resources;
|
||||
|
||||
use D3\KlicktippPhpClient\Exceptions\BaseException;
|
||||
use GuzzleHttp\Exception\GuzzleException;
|
||||
use GuzzleHttp\RequestOptions;
|
||||
|
||||
class Account extends Model
|
||||
|
Loading…
x
Reference in New Issue
Block a user