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

Method constructor

src/sqlite-api.js:12–15  ·  view source on GitHub ↗
(message, code)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected