Exemplo n.º 1
0
 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);
 }