MCPcopy Create free account
hub / github.com/MusicPlayerDaemon/MPD / SqliteError

Method SqliteError

src/lib/sqlite/Error.cxx:16–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16SqliteError::SqliteError(sqlite3 *db, int _code, const char *msg) noexcept
17 :std::runtime_error(MakeSqliteErrorMessage(db, msg)), code(_code) {}
18
19SqliteError::SqliteError(sqlite3_stmt *stmt, int _code,
20 const char *msg) noexcept

Callers

nothing calls this directly

Calls 1

MakeSqliteErrorMessageFunction · 0.85

Tested by

no test coverage detected