存客宝应用接口初始化
This commit is contained in:
7
extend/WeChatDeviceApi/Exceptions/ApiException.php
Normal file
7
extend/WeChatDeviceApi/Exceptions/ApiException.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
namespace WeChatDeviceApi\Exceptions;
|
||||
|
||||
class ApiException extends \RuntimeException // 或者 \Exception
|
||||
{
|
||||
// 可以添加更多上下文信息
|
||||
}
|
||||
Reference in New Issue
Block a user