MCPcopy Create free account
hub / github.com/rhashimoto/wa-sqlite / SQLiteError

Class SQLiteError

src/sqlite-api.js:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9const AsyncFunction = Object.getPrototypeOf(async function(){}).constructor;
10
11export class SQLiteError extends Error {
12 constructor(message, code) {
13 super(message);
14 this.code = code;
15 }
16}
17
18const async = true;
19

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…