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

7 lines
91 B
PHP

<?php
namespace app\common\exceptions;
class GoodsStockNotEnough extends AppException
{
}