Artifact e26bd95359663e198170a371dee2ba91d99c5dfb:
- File th1ish/cgi/pages/exception.fossi1ish — part of check-in [06a1c3087a] at 2014-02-24 22:51:54 on branch trunk — Added initial version of /dir CGI app - still missing version propagation in links (tomorrow...). Found a couple th1ish bugs and fixed them. Other minor script tinkering. (user: stephan size: 442)
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