Development

Changeset 8319

You must first sign up to be able to contribute.

Changeset 8319

Show
Ignore:
Timestamp:
04/05/08 20:10:53 (2 years ago)
Author:
FabianLange
Message:

added some more information to non symfony exceptions. closes #2864

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0/lib/controller/sfFrontWebController.class.php

    r7791 r8319  
    6767      { 
    6868        // wrap non symfony exceptions 
    69         $sfException = new sfException($e->getMessage()); 
     69        $sfException = new sfException($e->getMessage().' in '.$e->getFile().' line '.$e->getLine()); 
    7070        $sfException->printStackTrace($e); 
    7171      } 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting.
Sensio Labs also supports several large Open-Source projects.