Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Tests | 4 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | 6 | final public function __construct(string $message, int $code, Exception $previous = null, InterfaxMessage $interfaxMessage, array $responseAttributes) |
|
14 | { |
||
15 | 6 | parent::__construct($message, $code, $previous); |
|
16 | |||
17 | 6 | $this->interfaxMessage = $interfaxMessage; |
|
18 | 6 | $this->responseAttributes = $responseAttributes; |
|
19 | } |
||
41 |