FatalErrorException
extends ErrorException
in package
Fatal Error Exception.
Tags
Table of Contents
- __construct() : mixed
- setTrace() : mixed
Methods
__construct()
public
__construct(string $message, int $code, int $severity, string $filename, int $lineno[, int $traceOffset = null ][, bool $traceArgs = true ][, array<string|int, mixed> $trace = null ][, Throwable $previous = null ]) : mixed
Parameters
- $message : string
- $code : int
- $severity : int
- $filename : string
- $lineno : int
- $traceOffset : int = null
- $traceArgs : bool = true
- $trace : array<string|int, mixed> = null
- $previous : Throwable = null
Return values
mixed —setTrace()
protected
setTrace(mixed $trace) : mixed
Parameters
- $trace : mixed