class JsonFormatter extends JsonFormatter

Methods

array
normalizeException(Throwable $e, int $depth = 0)

No description

array
getExceptionContext(Throwable $e, int $depth)

Extract the context from the exception if available.

Details

at line 15
protected array normalizeException(Throwable $e, int $depth = 0)

No description

Parameters

Throwable $e
int $depth

Return Value

array

at line 45
protected array getExceptionContext(Throwable $e, int $depth)

Extract the context from the exception if available.

Parameters

Throwable $e
int $depth

Return Value

array