./Themes/default/Errors.template.php
- template_fatal_error
- template_error_log
- template_show_file
- template_attachment_errors
- template_show_backtrace
template_fatal_error
function template_fatal_error(): void
THis displays a fatal error message
template_error_log
function template_error_log(): void
This template handles the error log in the admin center.
template_show_file
function template_show_file(): void
This template shows a snippet of code from a file and highlights which line caused the error.
template_attachment_errors
function template_attachment_errors(): void
This template handles showing attachment-related errors
template_show_backtrace
function template_show_backtrace(): void
This template shows a backtrace of the given error