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

15 lines
185 B
PHP

<?php
/**
* Created by PhpStorm.
* User: shenyang
* Date: 2019/1/3
* Time: 9:39 PM
*/
namespace app\common\exceptions;
class MinOrderDeductionNotEnough extends AppException
{
}