Merge branch 'main' into ub-fixes

This commit is contained in:
jadebenn
2024-12-20 01:58:51 -06:00
committed by GitHub
145 changed files with 118707 additions and 42054 deletions

View File

@@ -194,7 +194,7 @@ int main(int argc, char** argv) {
//Connect to the MySQL Database:
try {
Database::Connect();
} catch (sql::SQLException& ex) {
} catch (std::exception& ex) {
LOG("Got an error while connecting to the database: %s", ex.what());
return EXIT_FAILURE;
}