From 6f7fdef0f500cd4bb540affd3bc1482243f337c1 Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 24 Feb 2016 23:18:07 +0100 Subject: * Prado 3.3.0 --- .../framework/Exceptions/templates/error.html | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 lib/prado/framework/Exceptions/templates/error.html (limited to 'lib/prado/framework/Exceptions/templates/error.html') diff --git a/lib/prado/framework/Exceptions/templates/error.html b/lib/prado/framework/Exceptions/templates/error.html new file mode 100644 index 0000000..e1715f4 --- /dev/null +++ b/lib/prado/framework/Exceptions/templates/error.html @@ -0,0 +1,32 @@ + + + + +%%ErrorMessage%% + + + +

Error %%StatusCode%%

+

%%ErrorMessage%%

+

+The above error happened when the server was processing your request. +

+

+If you think this is a server error, please contact the webmaster. +

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