Class SQLite::Exceptions::InternalException
In: ext/sqlite-api.c
Parent: DatabaseException

From the SQLite documentation:

"This value indicates that an internal consistency check within the SQLite library failed. This can only happen if there is a bug in the SQLite library. If you ever get an SQLITE_INTERNAL reply from an sqlite_exec call, please report the problem on the SQLite mailing list."

[Validate]