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

From the SQLite documentation:

"This error indicates that the authorizer callback has disallowed the SQL you are attempting to execute."

[Validate]