extends |
RendererAbstract |
|---|
| Methods | ||
|---|---|---|
protected
|
processHeader(): void
|
# |
protected
|
processParams(): void
|
# |
protected
|
processSolutions(): void
|
# |
protected
|
processStackTrace(): void
|
# |
protected
|
processStackTraceInternal(): void
|
# |
protected
|
processPreviousException(): void
|
# |
protected
|
parseStackTraceFrame(array $frame): array
|
# |
public
|
__toString(): string
|
# |
| Properties | |||
|---|---|---|---|
protected
|
array<string, mixed>
|
$json = [
'success' => false,
'code' => 0,
'message' => '',
'title' => '',
'class' => '',
'params' => [],
'solution' => [],
'trace' => [],
'previous' => [],
]
|
# |
| Properties inherited from Atk4\Core\ExceptionRenderer\RendererAbstract |
|---|
$exception, $parentException, $output, $adapter |