Total Complexity | 2 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | class ErrorRender extends Exception |
||
15 | { |
||
16 | /** |
||
17 | * ErrorRender constructor. |
||
18 | * |
||
19 | * @param [type] $message |
||
|
|||
20 | * @param integer $code |
||
21 | * @param Throwable|null $previous |
||
22 | */ |
||
23 | public function __construct($message, $code = 0, Throwable $previous = null) |
||
26 | } |
||
27 | |||
28 | public function __toString() |
||
33 |