mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-01-06 10:59:31 -06:00
added SQLiteDatabaseDoesNotExistError exception
Used it instead of RuntimeError exception.
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user