Commit 170f93b8 authored by wangzhengwen's avatar wangzhengwen

cs

parent 20dda5a6
Pipeline #887 canceled with stages
......@@ -21,6 +21,7 @@ class Error
* 空方法
*/
public function __call($method, $args){
halt(1);
$re = Response::create(app()->getRootPath().'app/v_msg.tpl','view')->assign(['msg'=>'Controller does not exist!','site'=>vconfig('site_title')])->header();
throw new HttpResponseException($re);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment