| Total Complexity | 2 |
| Total Lines | 13 |
| Duplicated Lines | 0 % |
| Coverage | 66.67% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | class CallbackException extends ClientException implements PsrRequestException |
||
| 14 | { |
||
| 15 | private $request; |
||
| 16 | |||
| 17 | 3 | public function __construct(RequestInterface $request, string $message = '', int $code = 0, \Throwable $previous = null) |
|
| 21 | 3 | } |
|
| 22 | |||
| 23 | public function getRequest(): RequestInterface |
||
| 28 |