summaryrefslogtreecommitdiff
path: root/pages/page_exit.eh
blob: 4edb5ce9702f1638d1ba993550301692f79fb212 (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 ) {
	cxxtools::QueryParams param = qparam;
	param.add( "pageTitle", pageTitle );
	param.add( "errorMessage", ex.what() );
	callComp( "error", request, reply, param );
}
</%cpp>