Files
2026-01-05 10:25:32 +08:00

7 lines
155 B
PHP

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