<?php // +---------------------------------------------------------------------- // | Yzncms [ 御宅男工作室 ] // +---------------------------------------------------------------------- // | Copyright (c) 2018 http://yzncms.com All rights reserved. // +---------------------------------------------------------------------- // | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 ) // +---------------------------------------------------------------------- // | Author: 御宅男 <530765310@qq.com> // +---------------------------------------------------------------------- // +---------------------------------------------------------------------- // | 模块404 // +---------------------------------------------------------------------- namespace app\error\controller; //空模块 class Error { public function _empty() { abort(404, '应用模块不存在~'); } }