From 6edf3f381562837b53380c99e4b47da4ee5dd6bd Mon Sep 17 00:00:00 2001 From: tof <> Date: Mon, 21 Apr 2008 13:45:24 +0000 Subject: Updated exception messages --- framework/Exceptions/messages/messages.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'framework/Exceptions/messages') diff --git a/framework/Exceptions/messages/messages.txt b/framework/Exceptions/messages/messages.txt index 377baf51..36a23701 100644 --- a/framework/Exceptions/messages/messages.txt +++ b/framework/Exceptions/messages/messages.txt @@ -459,4 +459,7 @@ ar_data_invalid = {0}.copyFrom() can only take an object or array as param ar_save_invalid = The {0} instance cannot be saved because it is either deleted or in an unknown state. ar_delete_invalid = The {0} instance cannot be deleted because it is either a new record or a record already deleted. -datasource_dbconnection_invalid = TDataSourceConfig.DbConnection '{0}' is invalid. Please make sure it points to a valid application module. \ No newline at end of file +datasource_dbconnection_invalid = TDataSourceConfig.DbConnection '{0}' is invalid. Please make sure it points to a valid application module. + +response_status_reason_missing = HTTP 1.1 need reason for extended status-codes +response_status_reason_badchars = For HTTP 1.1 header, the token status-reason must not contain token CR or LF \ No newline at end of file -- cgit v1.2.3