10 lines
135 B
PHP
10 lines
135 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace app\common\service\qywx;
|
|
|
|
class QywxPromotionEnqueueException extends \RuntimeException
|
|
{
|
|
}
|