Changeset 4913 for trunk/lib/Doctrine

Show
Ignore:
Timestamp:
09/12/08 10:18:47 (4 months ago)
Author:
romanb
Message:

Moved undecided/unclear items into TODO

Location:
trunk/lib/Doctrine
Files:
20 removed
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/Doctrine/Collection.php

    r4910 r4913  
    135135        if ($keyField !== null) { 
    136136            if ( ! $this->_em->getClassMetadata($entityBaseType)->hasField($keyField)) { 
    137                 throw new Doctrine_Collection_Exception("Invalid field '$keyField' can't be uses as key."); 
     137                throw new Doctrine_Exception("Invalid field '$keyField' can't be uses as key."); 
    138138            } 
    139139            $this->_keyField = $keyField;