summaryrefslogtreecommitdiff
path: root/framework/Collections/TMap.php
diff options
context:
space:
mode:
authorxue <>2005-11-20 16:04:33 +0000
committerxue <>2005-11-20 16:04:33 +0000
commitfd8382b03df7243195b38562c8dac7eb45796657 (patch)
tree1e3eb03de7a7d6cf63d491ac7c4a5ef30ae700f4 /framework/Collections/TMap.php
parent97a8c8dbd0c6e107c75c3eaee3633551265e84cb (diff)
Diffstat (limited to 'framework/Collections/TMap.php')
-rw-r--r--framework/Collections/TMap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Collections/TMap.php b/framework/Collections/TMap.php
index 7c2333d9..73665136 100644
--- a/framework/Collections/TMap.php
+++ b/framework/Collections/TMap.php
@@ -112,7 +112,7 @@ class TMap extends TComponent implements IteratorAggregate,ArrayAccess
$this->addedItem($key,$value);
}
else
- throw new TInvalidOperationException('map_item_invalid');
+ throw new TInvalidOperationException('map_addition_disallowed');
}
/**