Files
dafuweng/app/exception/PromoterCheckException.php
2026-03-02 13:44:38 +08:00

8 lines
85 B
PHP

<?php
namespace app\exception;
class PromoterCheckException extends \Exception
{
}