Exemple #1
0
 /**
  * 打印页面日志并结束脚本
  *
  */
 public static function dieErrorLogs()
 {
     Flow::showLogs();
     exit(0);
 }