summaryrefslogtreecommitdiff
path: root/framework/Exceptions
diff options
context:
space:
mode:
authorknut <>2007-06-13 12:16:39 +0000
committerknut <>2007-06-13 12:16:39 +0000
commitc4bfd9c55f00407bfdb9eec59dcf71a9016cd704 (patch)
treed0f7a37a6818a31c8c9a31238caef9371b2275a6 /framework/Exceptions
parent720a25fef9bf52aafdf54c2ec68f6fa33f47a89f (diff)
fixed #649
Diffstat (limited to 'framework/Exceptions')
-rw-r--r--framework/Exceptions/messages.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt
index 803271e5..da022afe 100644
--- a/framework/Exceptions/messages.txt
+++ b/framework/Exceptions/messages.txt
@@ -55,6 +55,8 @@ httprequest_separator_invalid = THttpRequest.UrlParamSeparator can only contai
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.
+httpcookiecollection_httpcookie_required = THttpCookieCollection can only accept THttpCookie objects.
+
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.