$ob_level
$ob_level : integer
Nesting level of the output buffering mechanism
Exceptions Class
show_error(string $heading, string|array<mixed,string> $message, string $template = 'error_general', integer $status_code = 500) : string
General Error Page
Takes an error message as input (either as a string or an array) and displays it using the specified template.
string | $heading | Page heading |
string|array<mixed,string> | $message | Error message |
string | $template | Template name |
integer | $status_code | (default: 500) |
Error page output