FatalError
extends Error
in package
Table of Contents
- $error : mixed
- __construct() : mixed
- {@inheritdoc}
- getError() : array<string|int, mixed>
- {@inheritdoc}
Properties
$error
private
mixed
$error
Methods
__construct()
{@inheritdoc}
public
__construct(string $message, int $code, array<string|int, mixed> $error[, int|null $traceOffset = null ][, bool $traceArgs = true ][, array<string|int, mixed>|null $trace = null ]) : mixed
Parameters
- $message : string
- $code : int
- $error : array<string|int, mixed>
-
An array as returned by error_get_last()
- $traceOffset : int|null = null
- $traceArgs : bool = true
- $trace : array<string|int, mixed>|null = null
Return values
mixed —getError()
{@inheritdoc}
public
getError() : array<string|int, mixed>