This commit is contained in:
slawkens 2025-01-27 21:29:57 +01:00
parent c304a9ab43
commit 05827b7861

View File

@ -37,7 +37,7 @@ function exception_handler($exception) {
}
// display beautiful error message
// the file is .twig.html, but its not really parsed by Twig
// the file is .twig.html, but it's not really parsed by Twig
// we just replace some values manually
// cause in case Twig throws exception, we can show it too
$content = file_get_contents($template_file);