Function fatal_error
An irrecoverable error. This function stops execution and displays an error message. It logs the error message if $log is specified.
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Errors.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Errors.php
string |
$error |
The error message |
string|boolean |
$log = 'general' |
= 'general' What type of error to log this as (false to not log it)) |
integer |
$status = 500 |
The HTTP status code associated with this error |