Total Complexity | 3 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
8 | class IproSoftwareApiAccessTokenException extends IproSoftwareApiException |
||
9 | { |
||
10 | /** @var ResponseInterface */ |
||
11 | protected $response; |
||
12 | |||
13 | 4 | public function __construct(ResponseInterface $response = null, $message = '', Throwable $previous = null) |
|
18 | } |
||
19 | |||
20 | /** |
||
21 | * @return ResponseInterface |
||
22 | */ |
||
23 | 1 | public function getResponse(): ResponseInterface |
|
28 |