This commit is contained in:
Adam D. Ruppe 2023-10-04 09:28:09 -04:00
parent c4eb32c913
commit d71e3b631f

View file

@ -52,6 +52,7 @@ import arsd.dom;
public import arsd.jsvar : var; public import arsd.jsvar : var;
// FIXME: want to show additional info from the exception, neatly integrated, whenever possible.
class TemplateException : Exception { class TemplateException : Exception {
string templateName; string templateName;
var context; var context;