Files
cunkebao_v3/Server/extend/WeChatDeviceApi/Exceptions/ApiException.php

7 lines
161 B
PHP
Raw Normal View History

2025-05-07 17:43:39 +08:00
<?php
namespace WeChatDeviceApi\Exceptions;
class ApiException extends \RuntimeException // 或者 \Exception
{
// 可以添加更多上下文信息
}