Exemplo n.º 1
0
 public static function exception_handler($exception)
 {
     global $G_X;
     $msg = $exception->getMessage();
     XLogger::getInstance($G_X['prjstr'])->error($msg);
     //echo $msg;
     //exit;
 }