Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
export
class
SQLiteError extends Error {
12
constructor(message, code) {
13
super(message);
14
this.code = code;
15
}
16
}
17
18
const
async
= true;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected