一定要定义和调用
set_error_handler(“onError”);
set_exception_handler(“onException”);
否则  进不去catch(){}里面去的