Class: SQLite::Exceptions::InternalException
- Inherits:
-
Object
- Object
- SQLite::Exceptions::InternalException
- Defined in:
- ext/sqlite-api.c
Overview
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.”