Files
klz-cables.com/.pnpm-store/v10/files/5b/5c8659c41dc91969535234ff00f72f0def02253944de4d273b166672b3c60cca2aa1abfdb8e1bcced38140cfffdc04b5aaac33819c79a867a9f2eee2225ddd
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

6 lines
260 B
Plaintext

import type { TFunction } from '@payloadcms/translations';
import { APIError } from './APIError.js';
export declare class FileRetrievalError extends APIError {
constructor(t?: TFunction, message?: string);
}
//# sourceMappingURL=FileRetrievalError.d.ts.map