/** * 空响应错误 * @author LL * @date 2022-01-20 上午 10:28 **/ export declare class EmptyResponseError extends Error { name: string; message: string; private readonly NAME; constructor(message?: string, name?: string); } //# sourceMappingURL=EmptyResponseError.d.ts.map