Class | SQLite::Exceptions::MisuseException |
In: |
ext/sqlite-api.c
|
Parent: | DatabaseException |
From the SQLite documentation:
"This error might occur if one or more of the SQLite API routines is used incorrectly. Examples of incorrect usage include calling sqlite_exec after the database has been closed using sqlite_close or calling sqlite_exec with the same database pointer simultaneously from two separate threads."