예제 #1
0
파일: gz.php 프로젝트: phone1246/mikrotik
 static function throwE($exception, $target = null)
 {
     $stream = array("_GMSG_" => "ERROR", "MESSAGE" => $exception->getMessage(), "CODE" => $exception->getCode(), "LINE" => $exception->getLine(), "FILE" => $exception->getFile(), "TRACE" => $exception->getTrace(), "EXCEPTION" => $exception, "SENDER" => $target);
     g::errorExitHandle($stream);
 }