xser_exception_handler -- xser php fr v0.1 自定义捕获异常信息

/** * 顶层异常处理器 -- 处理所有未捕获异常 * * @param Exception $e */ function xser_exception_handler($e){ include(dirname(__FILE__) . '/exception.handel.rhtml') ; } // 设置顶层异常处理器 set_exception_handler('xser_exc
相关文章
相关标签/搜索