diff --git a/themes/pvv/default/error.twig b/themes/pvv/default/error.twig new file mode 100644 index 0000000..284c2cd --- /dev/null +++ b/themes/pvv/default/error.twig @@ -0,0 +1,54 @@ + +
{{ t('report_trackid') }}
+{{ error.trackId }}
+
+ {{ t('debuginfo_text') }}
+ +{{ error.exceptionMsg|escape }}
+{{ error.exceptionTrace|escape }}
+ {{ t('howto_text') }}
+ +{% include 'includes/footer.php' %}