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

10 lines
99 B
PHP

<?php
namespace app\common\exceptions;
class MemberErrorMsgException extends ShopException
{
}