Files
cunkebao_v3/Server/extend/WeChatDeviceApi/Exceptions/ApiException.php
2025-05-07 17:43:39 +08:00

7 lines
161 B
PHP

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