diff options
Diffstat (limited to 'app/exception-html.lsp')
-rw-r--r-- | app/exception-html.lsp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/exception-html.lsp b/app/exception-html.lsp new file mode 100644 index 0000000..1552262 --- /dev/null +++ b/app/exception-html.lsp @@ -0,0 +1,8 @@ +<? view = ... ?> +<? --[[ + io.write(html.cfe_unpack(view)) +--]] ?> + +<h1>Alpine Configuration Framework</h1> +<p class="error">Application error occured</p> +<?= view.message ?> |