コード例 #1
0
ファイル: web_tester.php プロジェクト: GerHobbelt/simpletest
 /**
  *    Formats an exception and dispatches it to the
  *    reporter.
  *    @param Exception $exception    Object thrown.
  *    @access public
  */
 function exception($exception)
 {
     return parent::exception($exception);
 }