Total Complexity | 2 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
19 | trait FormatterExceptionTrait |
||
20 | { |
||
21 | /** |
||
22 | * @param \Exception|null $e An optional previous Exception |
||
23 | * |
||
24 | * @return static |
||
25 | */ |
||
26 | public static function msg( |
||
33 | ); |
||
34 | } |
||
35 | |||
36 | /** |
||
37 | * @param \Exception|null $e An optional previous Exception |
||
38 | * |
||
39 | * @return static |
||
40 | */ |
||
41 | public static function level( |
||
51 |