MCPcopy Create free account
hub / github.com/deepnote/deepnote /

Class

packages/convert/src/errors.ts:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 * Thrown when a file cannot be written to disk.
17 */
18export class FileWriteError extends DeepnoteError {
19 filePath: string
20
21 constructor(message: string, options: ErrorOptions & { filePath: string }) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected