1 | <?php |
||
11 | class HumanReadableExceptionFormatter extends NormalizerFormatter implements FormatterInterface |
||
12 | { |
||
13 | public function format(array $record): string |
||
22 | |||
23 | protected function printWithoutException(array $record): string |
||
31 | |||
32 | protected function printFromException(\Throwable $exception) |
||
37 | } |
||
38 |