class FatalErrorException extends ErrorException
Fatal Error Exception.
__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) |
string | $message | |
int | $code | |
int | $severity | |
string | $filename | |
int | $lineno | |
int | $traceOffset | |
bool | $traceArgs | |
array | $trace | |
Throwable | $previous |
$trace |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Debug/Exception/FatalErrorException.html