submit cursor rule
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
namespace WeChatDeviceApi\Exceptions;
|
||||
|
||||
class ApiException extends \RuntimeException // 或者 \Exception
|
||||
{
|
||||
// 可以添加更多上下文信息
|
||||
}
|
||||
Reference in New Issue
Block a user