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) |
Details
__construct(string $message, int $code, int $severity, string $filename, int $lineno, int $traceOffset = null, bool $traceArgs = true, array $trace = null)
Parameters
| string | $message | |
| int | $code | |
| int | $severity | |
| string | $filename | |
| int | $lineno | |
| int | $traceOffset | |
| bool | $traceArgs | |
| array | $trace |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/4.0/Symfony/Component/Debug/Exception/FatalErrorException.html