コード例 #1
0
 /**
  * Notify symfony of an exception thrown by the Doctrine cli
  *
  * @param Doctrine_Exception $exception
  * @return void
  * @throws sfException
  */
 public function notifyException($exception)
 {
     throw new sfException($exception->getMessage());
 }