Changeset 6610
- Timestamp:
- 12/20/07 15:10:46 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/lib/controller/sfFrontWebController.class.php
r3502 r6610 67 67 { 68 68 // wrap non symfony exceptions 69 $sfException = new sfException( );69 $sfException = new sfException($e->getMessage()); 70 70 $sfException->printStackTrace($e); 71 71 }