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

This is the root of the SQLite exception hierarchy. This exception will be thrown for any general errors, or for exceptions for which SQLite itself did not declare a specific error code.

[Validate]