bztang-admin/app/common/exceptions/ApiException.php

17 lines
163 B
PHP

<?php
/**
* Created by PhpStorm.
*
*
*
* Date: 2022/1/7
* Time: 14:33
*/
namespace app\common\exceptions;
class ApiException extends ShopException
{
}