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