MCPcopy Create free account
hub / github.com/WiseLibs/better-sqlite3 /

Class

lib/sqlite-error.js:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1'use strict';
2
3class SqliteError extends Error {
4 constructor(message, code) {
5 if (typeof code !== 'string') {
6 throw new TypeError('Expected second argument to be a string');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected