MinOrderDeductionNotEnough.php 185 B

123456789101112131415
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: shenyang
  5. * Date: 2019/1/3
  6. * Time: 9:39 PM
  7. */
  8. namespace app\common\exceptions;
  9. class MinOrderDeductionNotEnough extends AppException
  10. {
  11. }