<?php // | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 ) // | 模块404 namespace app\error\controller; //空模块 class Error { public function _empty() { abort(404, '应用模块不存在~'); } }