summaryrefslogtreecommitdiff
path: root/framework/Exceptions
diff options
context:
space:
mode:
authorxue <>2006-12-02 19:20:40 +0000
committerxue <>2006-12-02 19:20:40 +0000
commitdeef1c3d4cbe39832e07edc308659e7fac890ddf (patch)
treede6885d8f2c0cd39a4130bb97e94503cbd42108f /framework/Exceptions
parent8cac0293693896f17d3c1bc0566c29d758ffe8c5 (diff)
added TUrlManager and fixed #451.
Diffstat (limited to 'framework/Exceptions')
-rw-r--r--framework/Exceptions/messages.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt
index fb0f6836..191e93af 100644
--- a/framework/Exceptions/messages.txt
+++ b/framework/Exceptions/messages.txt
@@ -48,6 +48,10 @@ securitymanager_mcryptextension_required = Mcrypt PHP extension is required in o
uri_format_invalid = '{0}' is not a valid URI.
+httprequest_separator_invalid = THttpRequest.UrlParamSeparator can only contain a single character.
+httprequest_urlmanager_inexist = THttpRequest.UrlManager '{0}' does not point to an existing module.
+httprequest_urlmanager_invalid = THttpRequest.UrlManager '{0}' must point to a module extending from TUrlManager.
+
httpresponse_bufferoutput_unchangeable = THttpResponse.BufferOutput cannot be modified after THttpResponse is initialized.
httpresponse_file_inexistent = THttpResponse cannot send file '{0}'. The file does not exist.