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/error400.html | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 lib/prado/framework/Exceptions/templates/error400.html (limited to 'lib/prado/framework/Exceptions/templates/error400.html') diff --git a/lib/prado/framework/Exceptions/templates/error400.html b/lib/prado/framework/Exceptions/templates/error400.html new file mode 100644 index 0000000..629b360 --- /dev/null +++ b/lib/prado/framework/Exceptions/templates/error400.html @@ -0,0 +1,33 @@ + + + + +Bad Request + + + +

Bad Request

+

%%ErrorMessage%%

+

+The request could not be understood by the server due to malformed syntax. +Please do not repeat the request without modifications. +

+

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

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