Class | ObjectPreviouslyDeleted |
In: |
ext/sqlite3_api/sqlite3_api_wrap.c
|
Parent: | RuntimeError |
Define custom exceptions for errors that do not map to existing Ruby exceptions. Note this only works for C++ since a global cannot be initialized by a funtion in C. For C, fallback to rb_eRuntimeError.