From d71e3b631f2e26e0ebfd21c2670eed6e137c09ac Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Wed, 4 Oct 2023 09:28:09 -0400 Subject: [PATCH] notes --- webtemplate.d | 1 + 1 file changed, 1 insertion(+) diff --git a/webtemplate.d b/webtemplate.d index 27b9cf1..3177a68 100644 --- a/webtemplate.d +++ b/webtemplate.d @@ -52,6 +52,7 @@ import arsd.dom; public import arsd.jsvar : var; +// FIXME: want to show additional info from the exception, neatly integrated, whenever possible. class TemplateException : Exception { string templateName; var context;