Total Complexity | 3 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | #[AutoconfigureTag(ExceptionFormatterLocator::EXCEPTION_FORMATTERS_TAG)] |
||
15 | 1 | class HttpExceptionFormatter implements FormatterInterface |
|
16 | { |
||
17 | 1 | #[Pure] |
|
21 | } |
||
22 | |||
23 | 1 | public static function getExceptionClass(): string |
|
24 | { |
||
25 | 1 | return HttpException::class; |
|
26 | } |
||
27 | |||
28 | 1 | public static function getPriority(): int |
|
31 | } |
||
32 | } |
||
33 |