mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-01-06 02:49:31 -06:00
drivers updated exception message
This commit is contained in:
@@ -240,8 +240,9 @@ SqlDriverFactoryPrivate::loadSqlDriverCommon(const QString &driverBasenameRaw) c
|
||||
}
|
||||
|
||||
throw Exceptions::RuntimeError(
|
||||
u"Can't load '%1' shared library for '%2' driver at runtime, basenames "
|
||||
"trying to load were: %3; for '%4' database connection in %5()."_s
|
||||
u"Unable to load '%1' shared library for '%2' driver at runtime, "
|
||||
"basenames attempted to load: %3; for '%4' database connection "
|
||||
"in %5()."_s
|
||||
.arg(driverBasenameRaw, driverName, driverBasenames.join(COMMA),
|
||||
connectionName, __tiny_func__));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user