From 38cc7a09ab2feca2172bc4fddf6c406a9285c55f Mon Sep 17 00:00:00 2001 From: knut <> Date: Mon, 3 Jul 2006 09:03:57 +0000 Subject: Resolved typo #264 --- framework/Collections/TList.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/Collections/TList.php') diff --git a/framework/Collections/TList.php b/framework/Collections/TList.php index 5b27a02e..015781cb 100644 --- a/framework/Collections/TList.php +++ b/framework/Collections/TList.php @@ -152,7 +152,7 @@ class TList extends TComponent implements IteratorAggregate,ArrayAccess throw new TInvalidDataValueException('list_index_invalid',$index); } else - throw new TInvalidOperation('list_readonly',get_class($this)); + throw new TInvalidOperationException('list_readonly',get_class($this)); } /** @@ -201,7 +201,7 @@ class TList extends TComponent implements IteratorAggregate,ArrayAccess throw new TInvalidDataValueException('list_index_invalid',$index); } else - throw new TInvalidOperation('list_readonly',get_class($this)); + throw new TInvalidOperationException('list_readonly',get_class($this)); } /** -- cgit v1.2.3