summaryrefslogtreecommitdiff
path: root/pages/page_exit.eh
blob: fb83055b9ff12f51f6cebe07c1331c615452f620 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<# do not add to Makefile #>
<%pre>
#include <exception.h>
</%pre>
<%cpp>
	spoint.commit();
} catch ( vdrlive::HtmlError const& ex ) {
	tnt::QueryParams param = qparam;
	param.add( "pageTitle", pageTitle );
	param.add( "errorMessage", ex.what() );
	callComp( "error", request, reply, param );
}
</%cpp>