Fail unresolved unit renders with HTTP 500

This commit is contained in:
udo
2026-07-18 16:59:14 +00:00
parent 3cbe6f50d4
commit 1df3becdb2
4 changed files with 12 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
RENDER(Request& context)
{
unit_render("does-not-exist.uce", context);
}