Class: SQLite::Exceptions::IOErrorException
- Inherits:
-
Object
- Object
- SQLite::Exceptions::IOErrorException
- Defined in:
- ext/sqlite-api.c
Overview
From the SQLite documentation:
“This value is returned if the operating system informs SQLite that it is unable to perform some disk I/O operation. This could mean that there is no more space left on the disk.”