We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef97a7b commit 1a5b443Copy full SHA for 1a5b443
hdr/sqlite_modern_cpp.h
@@ -88,11 +88,6 @@ namespace sqlite {
88
else if(error_code == SQLITE_NOTADB) throw exceptions::notadb(sqlite3_errstr(error_code));
89
else throw sqlite_exception(sqlite3_errstr(error_code));
90
}
91
-
92
- static void throw_custom_error(const char* str) {
93
- throw std::runtime_error(str);
94
- }
95
96
97
98
class database;
0 commit comments