diff options
Diffstat (limited to 'app/dispatcherror-html.lsp')
-rw-r--r-- | app/dispatcherror-html.lsp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/dispatcherror-html.lsp b/app/dispatcherror-html.lsp new file mode 100644 index 0000000..fcfa3e7 --- /dev/null +++ b/app/dispatcherror-html.lsp @@ -0,0 +1,9 @@ +<? view = ... ?> +<? --[[ + io.write(html.cfe_unpack(view)) +--]] ?> + +<h1>Alpine Configuration Framework</h1> +<p class="error">Dispatch Error</p> +'<?= view.controller ?>' controller does not have a '<?= view.action ?>' action. + |