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