Files
zyt/server/app/common/service/qywx/QywxPromotionEnqueueException.php
T
2026-08-31 15:17:34 +08:00

10 lines
135 B
PHP

<?php
declare(strict_types=1);
namespace app\common\service\qywx;
class QywxPromotionEnqueueException extends \RuntimeException
{
}