1 | <?php |
||
12 | class HumanReadableExceptionFormatter extends NormalizerFormatter implements FormatterInterface, FactoryInterface |
||
13 | { |
||
14 | public function __invoke(array $options) |
||
22 | |||
23 | public function format(array $record): string |
||
32 | |||
33 | protected function printWithoutException(array $record): string |
||
41 | |||
42 | protected function printFromException(\Throwable $exception) |
||
47 | } |
||
48 |