submit cursor rule

This commit is contained in:
xavier
2025-05-07 17:43:39 +08:00
parent 21a6907e52
commit 6fa41e3f4a
14 changed files with 1755 additions and 980 deletions

View File

@@ -0,0 +1,7 @@
<?php
namespace WeChatDeviceApi\Exceptions;
class ApiException extends \RuntimeException // 或者 \Exception
{
// 可以添加更多上下文信息
}