Trac

Changeset 4235

Show
Ignore:
Timestamp:
04/18/08 19:38:25 (3 months ago)
Author:
jwage
Message:

fixes #773

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/0.11/lib/Doctrine/Table.php

    r4231 r4235  
    268268 
    269269        if ($class === false) { 
    270             throw new Doctrine_Table_Exception('Unknown component.'); 
     270            throw new Doctrine_Table_Exception('Class "' . $name . '" must be a child class of Doctrine_Record'); 
    271271        } 
    272272