<?php namespace app\renshi\controller; // 引用空控制器基类 use app\common\controller\BaseError; class Error extends BaseError { }