예제 #1
0
파일: system.php 프로젝트: bo-blog/bw
function stopError($errMsg)
{
    global $view;
    if (!is_object($view)) {
        $view = new bwView();
    }
    $view->haltWithError($errMsg);
}