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

From the SQLite documentation:

"This return code indicates that an attempt was made to write to a database file that is opened for reading only."

[Validate]