W3cubDocs

/Symfony 4.1

FatalErrorException

class FatalErrorException extends ErrorException

Fatal Error Exception.

Methods

__construct(string $message, int $code, int $severity, string $filename, int $lineno, int $traceOffset = null, bool $traceArgs = true, array $trace = null, Throwable $previous = null)
setTrace($trace)

Details

__construct(string $message, int $code, int $severity, string $filename, int $lineno, int $traceOffset = null, bool $traceArgs = true, array $trace = null, Throwable $previous = null)

Parameters

string $message
int $code
int $severity
string $filename
int $lineno
int $traceOffset
bool $traceArgs
array $trace
Throwable $previous

protected setTrace($trace)

Parameters

$trace

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Debug/Exception/FatalErrorException.html