Searched refs:normalizeException (Results 1 – 3 of 3) sorted by relevance
186 return $this->normalizeException($data, $depth);202 protected function normalizeException(Throwable $e, int $depth = 0): array function in Monolog\\Formatter\\JsonFormatter204 $data = parent::normalizeException($e, $depth);
171 return $this->normalizeException($data, $depth);199 protected function normalizeException(Throwable $e, int $depth = 0) function in Monolog\\Formatter\\NormalizerFormatter238 $data['previous'] = $this->normalizeException($previous, $depth + 1);
147 protected function normalizeException(\Throwable $e, int $depth = 0): string function in Monolog\\Formatter\\LineFormatter