Trac
Changeset 4235
- Timestamp:
- 04/18/08 19:38:25 (3 months ago)
- Files:
-
- branches/0.11/lib/Doctrine/Table.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/0.11/lib/Doctrine/Table.php
r4231 r4235 268 268 269 269 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'); 271 271 } 272 272