added SQLiteDatabaseDoesNotExistError exception

Used it instead of RuntimeError exception.
This commit is contained in:
silverqx
2023-02-01 18:52:18 +01:00
parent f2813e2efb
commit 6b20ce118d
4 changed files with 53 additions and 2 deletions

View File

@@ -46,6 +46,7 @@ headersList += \
$$PWD/orm/exceptions/recordsnotfounderror.hpp \
$$PWD/orm/exceptions/runtimeerror.hpp \
$$PWD/orm/exceptions/sqlerror.hpp \
$$PWD/orm/exceptions/sqlitedatabasedoesnotexisterror.hpp \
$$PWD/orm/exceptions/sqltransactionerror.hpp \
$$PWD/orm/libraryinfo.hpp \
$$PWD/orm/macros/archdetect.hpp \