<?php namespace app\common\base\error; use think\exception\HttpResponseException; abstract class BaseHttpResponseError extends HttpResponseException { }