export class PawSQLiteError extends Error { constructor(message) { super(message); this.name = "PawSQLiteError"; } }