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

Class

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

Source from the content-addressed store, hash-verified

4 * Thrown when a file cannot be read from disk.
5 */
6export class FileReadError extends DeepnoteError {
7 filePath: string
8
9 constructor(message: string, options: ErrorOptions & { filePath: string }) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected