diff options
author | xue <> | 2005-11-20 16:04:33 +0000 |
---|---|---|
committer | xue <> | 2005-11-20 16:04:33 +0000 |
commit | fd8382b03df7243195b38562c8dac7eb45796657 (patch) | |
tree | 1e3eb03de7a7d6cf63d491ac7c4a5ef30ae700f4 /framework/Collections/TMap.php | |
parent | 97a8c8dbd0c6e107c75c3eaee3633551265e84cb (diff) |
Diffstat (limited to 'framework/Collections/TMap.php')
-rw-r--r-- | framework/Collections/TMap.php | 2 |
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');
}
/**
|