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

Class

packages/convert/src/load-runnable-file.ts:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 * (`ENOENT` / `EISDIR`) keep working.
37 */
38export class LoadRunnableFileError extends Error {
39 constructor(message: string) {
40 super(message)
41 this.name = 'LoadRunnableFileError'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected