| Total Complexity | 2 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | class RequestException extends IntercomException |
||
| 14 | { |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @var BaseRequestException |
||
| 18 | */ |
||
| 19 | private $baseException; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @inheritDoc |
||
| 23 | */ |
||
| 24 | public function __construct( |
||
| 33 | } |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @return BaseRequestException |
||
| 37 | */ |
||
| 38 | public function getBaseException(): BaseRequestException |
||
| 43 | } |