Changeset 5340
- Timestamp:
- 10/01/07 09:36:26 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/plugins/sfPropelPlugin/lib/propel/sfPropelData.class.php
r5231 r5340 101 101 if (!is_array($data)) 102 102 { 103 throw new Exception( 'You must give a name for each fixture data entry');103 throw new Exception(sprintf('You must give a name for each fixture data entry (class %s)'), $class); 104 104 } 105 105

