File th1ish/cgi/pages/exception.fossi1ish artifact e26bd95359 part of check-in 85a748533b
const CGI = api.cgi const out = api.io.output out({This output will be discarded when we throw our exception...}) $out {As will this} [out {And this}] out(<<<X And this and this and this X) throw <<<EOF Showing what happens when a page throws an exception... In "local mode" exceptions include stack trace and file/line/info information, but in "non-local mode" that info is scrubbed from view due to its potentially sensitive nature. EOF