From 12a74128ad47e706fd0acc6a3367cbe8bd4e7f1e Mon Sep 17 00:00:00 2001 From: xue <> Date: Tue, 22 Nov 2005 12:39:09 +0000 Subject: --- framework/Exceptions/templates/exception-en.html | 40 ++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 framework/Exceptions/templates/exception-en.html (limited to 'framework/Exceptions/templates/exception-en.html') diff --git a/framework/Exceptions/templates/exception-en.html b/framework/Exceptions/templates/exception-en.html new file mode 100644 index 00000000..67e15dfe --- /dev/null +++ b/framework/Exceptions/templates/exception-en.html @@ -0,0 +1,40 @@ + + +%%ErrorType%% + + + + +

%%ErrorType%%

+

Description

+

%%ErrorMessage%%

+

+

Source File

+

%%SourceFile%%

+
+
+%%SourceCode%%
+
+
+

Stack Trace

+
+
+%%StackTrace%%
+
+
+
+%%Version%%
+%%Time%% +
+ + \ No newline at end of file -- cgit v1.2.3